body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
body {
	background-color: black;
}
.style3 {font-size: 10px; }
.style4 {font-size: 12px; }
.style5 {
	font-size: 14px;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: underline;
	color: #00CC33;
}
.style6 {
	font-size: 10px;
	color: #FFFFFF;
}
.style7 {font-size: 12px; font-weight: bold; }
