body {
	background-color: #999999;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}

td, th {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
}

a {
	color: #FFCC66;
	text-decoration: none;
	font-weight: bolder;
}

.header {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	margin-bottom: -12px;
}

.legal {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bolder;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.center {
	text-align: center;
	font-family: "Courier New", Courier, mono;
}
.right {

	text-align: right;
	font-family: "Courier New", Courier, mono;
}

