a:link, a:visited {
    padding: 0px 0px;
    text-align: center; 
    text-decoration: blue;
    display: block;
}

a:hover, a:active {
    background-color: #0099cc;
}