<!--
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.siteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 20px;
}
.siteQuote {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

a
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:link { text-decoration: underline; }
a:visited { color: #FFFFFF; }
a:active { color: #FFFFFF; }
a:hover { color: #A9A9A9; }
a.question { cursor: help; }
.ahem { display: none; }