body
{
	scrollbar-face-color:#CC0000;
	scrollbar-shadow-color:#333333;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#999999;
	scrollbar-arrow-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}


.home {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px outset #CCCCCC;
}


.over {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background-color: #0099CC;
	border: 1px inset #EEEEEE;
}


.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

.answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}


a {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


a:hover {
	color: #800000;
	background-color: white;
}


