Oppure con i css:

<style>
a{
display:block;
width:100px;
height:20px;
border:1px solid #000;
color:#000;
background:silver;
text-decoration:none;
text-align:center;
}

a:hover{
color:red;
}


</style>

clicca