/* CSS Document */

body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
}
H2 {
	font-size: 20px;
	text-align:center;
	font-weight: bold;
}
H3 {
	font-size: 14px;
	text-align:center;
	color: #999999;
}
H4 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.redhighlight {
	color: #FF0000
}
.greytext {
	color: #CCCCCC;
}