body {
	background-color:#000000;
}
body,table {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial;
	color:#FFFFFF;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF3030;
}
form {
	font-family:"Courier New", Courier;
	font-size:13px;
}