body {
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-spacing: 0;
	font-size: 10pt;
    color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
H1 {
	font-size: 11pt;
}
P,TD {
	font-size: 10pt;
}
.smallfont {
	font-size: 8pt;
}
.bigbold {
	font-size: 12pt;
	font-weight: bold;
}
	A:link {
		background-color: #993300;
		font-size: 8pt;
		font-weight: bold;
		color: White;
		text-decoration: none;
	}
	A:hover {
		background-color: #993300;
		font-size: 8pt;
		font-weight: bold;
		color: #ff6666;
		text-decoration: none;
	}
	A:visited {
		background-color: #993300;
		font-size: 8pt;
		font-weight: bold;
		color: White;
		text-decoration: none;
	}
A:visited:hover {
		background-color: #993300;
		font-size: 8pt;
		font-weight: bold;
		color: #ff6666;
		text-decoration: none;
	}