/* CSS Document */
body {
	background-color: #000000;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
}

a:link {
	font-weight:bold;
	color: #666666;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
a:hover {
	text-decoration: none;
	border-bottom-style: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

