body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	color: #E6E6E6;
	font-size: 14px;
}
.footer {
	font-size: 10px;
	color: #CCCCCC;
}
h1 {
	font-size: 18px;
	font-style: normal;
	color: #FF0000;
}
h2 {
	color: #FF0000;
}
h3 {
	font-weight: bold;
	color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}.maintable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
p {
	margin-right: 5px;
	margin-left: 5px;
}
