a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999
}
a:hover {
	text-decoration: overline, underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}
body {
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CC0000;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
