body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
body table tr td {
	background-color:#FF9E28;
}
body table tr td.header {
	background-color:#FF9E28;
	color:#FFFFFF;
	font-size: 24px;
}
body table tr td.bckgrnd-black {
    background-color:#000000;
}
body table tr td.bckgrnd-green {
    background-color:#11FF41;
}
body table tr td.bckgrnd-orange {
	background-color:#FF9E28;
}
body table tr td table tr td {
	background-color:#000000;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #11FF41;
}
a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #11FF41;
}
