body {
background-color: #000066;
font-family: verdana; 
font-size: 10pt; 
color: #000000;
}

#buttons {
padding: 0;
margin: 0;
width: 144px;
text-align: center;
}
#buttons li {
list-style-type: none;
margin: 0 0 0.25em 0;
}
#buttons a, #buttons a:visited, #buttons a:active {
display: block;
width: 141px;
border: 2px solid #6198D9;
font-family: arial, verdana, sans-serif;
font-size: .75em;
letter-spacing: -.25px;
text-align: center;
text-decoration: none;
background-image: url("images/button-bg-on.jpg");
background-repeat: repeat-x;
color: #000000; 
}
#buttons a:hover {
background-image: url("images/button-bg-off.jpg");
background-repeat: repeat-x;
}
