@charset "UTF-8";
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}
.style2 {color: #CCCCCC}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
body {
	background-color: #330000;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}

