a,
a:link,
a:visited,
a:focus,
a:active {
font-size: 10px;
font-color: red;
text-decoration: none;
}


a:hover {
font-size: 12px;
}

Ciao