a:link, a:active, a:visited {
text-decoration: none;
display: block;
width: ..px;
height: ..px;
font-family: ....;
font-size: ....;
color: #000000;
}
a:hover {
display: block;
width: ..px;
height: ..px;
background-color: #kleurtje
text-decoration: none;
border: 1px solid #kleurtje;
}