BODY {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	color: #FF9900;
}
A {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
A:visited {
	color: #CCCCCC;
}
A:hover {
	color: #FF9900;
}