a {
background:#999999 ;
border-bottom:0px solid #000 ;
border-top:0px solid #39C ;
color:#000000 ;
display:block ;
font-family:arial,sans-serif ;
font-size:80% ;
font-weight:normal ;
padding:1px 5px ;
text-decoration:none ;
width:100px ; /* sets link width, you can use 100% and nest the links in a higher-level container */
height:20px ;
}
a:hover {
background:#F0F0F0 ;
color:#000 ;
cursor:pointer ;
}

