body {
	background-color: #ffffff;
	color: black;
	font: 12px verdana, arial, helvetica, geneva, sans-serif;
}

#top {
	font: 22px "trebuchet ms", verdana, arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	color: #191970;
	background-color: #eee8aa;
	padding: 10px 10px 10px 10px;
}

#table1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#span {
	background-color: #eee8aa;
	padding: 10px 10px 10px 10px;
	font-weight: bold;	
}

#span2 {
	background-color: #eee8cc;
	padding: 5px 5px 5px 5px;	
}

#span2a {
	font: 14px "trebuchet ms", verdana, arial, helvetica, geneva, sans-serif;
	color: #191970;
	font-weight: bold;
	background-color: #eee8cc;
	padding: 5px 5px 5px 5px;	
}

#span3 {
	background-color: #eee8cc;
	padding: 10px 10px 10px 10px;	
}

a {
	text-decoration: underline;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #ffff00;
	background-color: #999999;
	text-decoration: underline overline;
	color: blue;
}

a:active {
	color: #FF0000;
}


