.menuhead
 {
	 
	border: solid;
	border-width: 2px;
	border-color: #DEB887;
	font-family: cursive;
	color: Blue;
	background: #FDF6E7;
	text-align: center;
			
}

.maintable
	{
		background: #FFF5EE;
	}

.topmenu 
{
	border: solid;
	border-width: 1px;
	border-color: #DEB887;
	font-family: cursive;
	color: Blue;
	background: #FFEED9;
	text-align: center;
}
A:link {
	color: Maroon;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	
	
	
}
A:hover {
font-weight: lighter;
color: Blue;
	
}

A:visited {
font-style: italic;
text-decoration: none;
font-size: small;
}

.footer
 {
 	background: #F4E0B1;
	font: sans-serif;
	color: Olive;
	border: 1px;
	border-color: Gray;
 }