body 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	/*background2.gif is the header image*/
	background-repeat: no-repeat;
	/*the following line centers the image horizontally*/
	background-position: 50% 0%;
	/*having a top margin means that this margin need not be set in every page*/
	margin-top: 100px;
	text-align:center;
}

span.highlight
{
	background-color:#CECECE;
}

footer
{
	/*a fixed footer*/
	position: fixed;
	bottom: 0px;
}

header
{
	/*and a fixed header*/
	position: fixed;
	top: 0px;	
}

td 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}