html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
	background-color: #000000;
}
a:link{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
