body {
	font-family: Times New Roman, Courier, serif;
	color:#000000;
}

td {
	font-family: Times New Roman, Courier, serif;
}

th {
	font-family: Times New Roman, Courier, serif;
}

a:link {
	color:#0066FF;
	text-decoration:none;
}

a:hover {
	color: #0066FF;
	text-decoration:none;
	font-weight:bold;
}


<!--a:hover {	color: #FF9933;	text-decoration:none;} -->

a:visited {
	color:#999999;
	text-decoration:none;
}

.front_page_text {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:15px 10px 0px 10px;
	}

.footer {
	color:#0066ff;
	font-size:9px;
}

/* Layout tricks */

div#overlord {
	width:800px;
	background-color:#000000;
	
}

div#table_left {
	text-align:left;
	width:400px;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	padding: '2px' '2px' '6px' '4px';
}

div#table_right {
	text-align:right;
	width:400px;
	float:right;
	background-color:#000000;
	color:#FFFFFF;
	padding: '2px' '2px' '6px' '4px';
}