body {
	background-image: url('http://archangeles.com/images/a_logo.jpg');
	 margin: 20px; 
	 padding: 0px;}
	 

A.menulink {
display: block;
width: 200px;
text-align: center;
font-weight: bold;
text-decoration: none;
font-family:verdana;
font-size:12px;
color: teal;
BORDER: none;
border: solid 1px midnightblue;
background: white;
}
A.menulink:hover {
border: solid 1px midnightblue;
background-color: crimson;
color: #ffffff;
font-size: 100%;
}
.menuhead {
display: block;
width: 200px;
color: green;
text-align: center;
font-weight: bold;
text-decoration: none;
font-family:verdana;
font-size:18px;
background-color: white;
BORDER: none;
border: solid 1px midnighblue;
}


A.menuhub {
display: block;
width: 100px;
text-align: center;
font-weight: bold;
text-decoration: none;
font-family:verdana;
font-size:12px;
color: teal;
BORDER: none;
border: solid 1px midnightblue;
background: white;
}
A.menuhub:hover {
border: solid 1px midnightblue;
background-color: crimson;
color: #ffffff;
font-size: 100%;
}