/* CSS Document */
body {
	background-color: #000000;
}
body,td,th {
	color: #FFFFFF;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F2CA7C;
}
.style2 {color: #F2CA7C}
.highlight { font-weight:600; color: #F7DAA3; }
a:link {
	color: #F2CA7C;
	text-decoration:none;
}
a:visited {
	color: #CC9933;
	text-decoration:none;
}
a:hover {
	color: #AAAAAA;
	text-decoration:underline;
}
a:active {
	color: #FFCC99;
	text-decoration:blink;
}
