/* CSS Document */
body {
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
a {
	font-size: 14px;
	color: #00D40E;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00D40E;
}
a:hover {
	text-decoration: none;
	color: #00FF11;
}
a:active {
	text-decoration: underline;
	color: #00FF11;
}
.header1 {
	font-size: 24px;
	color: #CCCCCC;
}
.header2 {
	font-size: 18px;
	color: #CCCCCC;
}
.header3 {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}

