body { 
background-color: maroon;
color: silver;
}

.menu { 
	font-family:System;
	font-size: 10pt;
	font-weight:bold;
	font-style: normal;
	width: 135px; 
	height: 40px;
	text-align: center;
	vertical-align: top;
}

a.menu:link { 
display: block;
text-decoration: none; 
color: silver;  
width: 135px; 
height: 40px;
text-align: center; 
}

a.menu:hover { 
display: block;
text-decoration: none;
color: white; 
width: 135px; 
height: 40px;
text-align: center;
background-color:#003333;
background:url(Images/menubutton.jpg);

}

a.menu:visited { 
display: block;
text-decoration: none; 
color: silver;  
width: 135px; 
height: 40px;
text-align: center; 
}

