body {
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.green:link {
	color: #99CC33;
	font-weight: bold;
	text-decoration: none;
}
.style1 {color: #AAB79F}
a:visited {
	text-decoration: none;
	color: #359F25;
}
a:hover {
	text-decoration: underline;
	color: #99CC33;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}