body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	background: #cc3333;
	color: white;
	line-height: 1.5;	
	padding: 10px;
}

#menu a {font-weight:bold; text-decoration: none;}
#menu a:link {color:white;}
#menu a:visited {color:#cccccc;}
#menu a:active {color:#cccccc;}
#menu a:hover {color:#cccccc;}

#maincol {
 	padding-left: 20px;
}
#maincol H1 {
	color: #cc3333;
	font-weight: bold;
	text-align: center;
}
#maincol H3 {
	font-size: 14px;
	text-align: center;
}
#counter {text-align: center;}
#footer {text-align: center; font-size: 11px;}

