body {
	 background-image: url('http://archangeles.com/images/a_logo.jpg');
	 font-family: Verdana; 
	 font-size: 14pt; 
	 }

A.menulink {
display: block;
width: 250px;
text-align: center;
font-weight: regular;
text-decoration: none;
font-family:verdana;
font-size: 14px;
color: midnightblue;
background-color: #ffffff;
border: solid 1px crimson;
}
A.menulink:hover {
border: solid 2px crimson;
background-color: midnightblue;
color: white;
font-size: 14px;
font-weight: bold;
}

.pgstyle {
display: block;
width: 250px;
text-align: center;
font-weight: regular;
text-decoration: none;
font-family:verdana;
font-size: 27px;
color: midnightblue;
background-color: #ffffff;
border: solid 1px crimson;
}