table {
	font-family : Tahoma;
	font-size : 12;
	color : #CCFFCC;
	font-weight : bold;
	text-decoration : bold;
}

Body {
	background-color : #666666;
	font-family : Tahoma;
	font-size : 12;
	color : #CCFFCC;
	font-weight : none;
	text-decoration : none;
	text-align : justify;
	scrollbar-face-color: #FFA500;
	scrollbar-highlight-color: #;
	scrollbar-3dlight-color: #;
	scrollbar-darkshadow-color: #;
	scrollbar-shadow-color: #;
	scrollbar-arrow-color: #;
	scrollbar-track-color: #8b0000;
}

A:LINK {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	color : #CCCCCC;
	font-weight : bold;
	text-decoration : none;
}
A:VISITED {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	color : #CCCCCC;
	font-weight : bold;
	text-decoration : none;	
}
A:HOVER {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	color : #FF9900;
	font-weight : bold;
	text-decoration : none;
}