body {
	
	background: #000;
	font-size: 0.85;
	color: white;
	font-family: 'trebuchet ms', Arial, Helvetica, sans-serif;
}
h1 { font-size: 300%;
     color: white;
	 font-family: Georgia, serif;}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a.menu,  a.menu:visited {
	display:block;
	font: 15px 'trebuchet ms',arial,sans-serif;
	text-decoration:none; 
	color:#fff; 
	height:50px; 
	border:1px solid #057676; 
	border-width:1px 0 1px 1px; 
	background:#900 url(images/menubg.jpg) repeat-x bottom left; 
	padding-left:15px; 
	line-height:47px;
	}
 a.menu:hover {
background:#BD481D;
}
p.footer {
font: 10px 'trebuchet ms',arial,sans-serif;
	text-align: center;
	padding: 10px;
	background: #E4E0C2;
	border-top: 3px solid #10494A;
	border-bottom: 1px solid #CFC994;
	margin: 0 0 10px 0;
	}

a.footer {
	margin: 0 10px;
	color: #BD481D;
	}