
div.navigation {
width: 250px;
margin-left: 1px;
text-align: center;
}

div.buttons a {

color: #8B0000;
background-color: #CC9966;
padding: 4px;
padding-left: 0px;
display: block;
font: 13px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
border: thin outset Silver;
 margin-bottom: 5px;
 margin-top: 5px;
}

div.buttons  a:hover {
background-color: white ;
color: gray ;
text-decoration: none;
}

