#anchor1 { 
   color: white;
   text-decoration: none;
   Font-Weight:none;
   font-size:18px;
   font-family: "Arial", sans-serif;
   width:86px; 
   height:109px; 
   background-image : url(images/picbtn1.jpg); 

} 

#anchor1:hover { 
   background-image:url(images/picbtnO1.jpg); 
   color: white;
} 
#anchor2 { 
   color: white;
   text-decoration: none;
   Font-Weight:bold;
   font-size:15px;
   font-family: "Arial", sans-serif;
   width:170px; 
   height:51px; 
   background-image:url(images/picbtnlong1.jpg); 

} 

#anchor2:hover { 
   background-image:url(images/picbtnlongO1.jpg); 
   color: white;
} 
#anchor3 { 
   color: white;
   text-decoration: none;
   Font-Weight:bold;
   font-size:14px;
   font-family: "Arial", sans-serif;

} 

#anchor3:hover { 
   color: white;
   text-decoration:underline;
} 
#anchor4 { 
   color: #bbbbbb;
   text-decoration: none;
   font-family: "Arial", sans-serif;

} 

#anchor4:hover { 
   color: white;
   text-decoration:underline;
} 
body {
   background-color: #808080;
   margin-top: 5px;
}

