a.button {
font-weight: bold;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 3px 8px;
border-top: 1px solid white;
border-right: 1px solid #676;
border-bottom: 1px solid #676;
border-left: 1px solid white;
text-align: center;
min-width: 75px;
text-transform: uppercase;
}
a.button:link { 
background-color: #ccc; 
color: #fff;
text-decoration: none;
}
a.button:visited {
background-color: #ccc; 
color: #fff;
text-decoration: none;
}
a.button:hover { 
background-color: #ccc; 
color: #999;
border-color: #676 white white #676;
text-decoration: none;
}
a.button:active { 
background-color: #369; 
color: #ccc; 
text-decoration: none;
}
