body, td {
	background-color: Black;
	font-family : Verdana, sans-serif;
	color: #6B6B6B;
	font-size: small;
}

a:active, a:link, a:visited, a:focus {
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #AAAAAA; 
	font-style: italic;
	text-decoration: none;
}

H1 { 
	color: White;
	font-size: 30px;
	text-align: center;
}

H5 {
	color: White;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

.cellheader { 
	text-align: center; 
}

.tableheader { 
	background-color: Black;
	color: White;
}

.tablebody {
	background-color: #B2B2B2;
}

.tablefooter {
	background-color: #818181;
	color: White;
}

img {
	border: 0px;
}
