con i css imposti le regole per il link

a,
a:link,
a:visited,
a:focus,
a:active {
font-size: 10px;
}


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

Ciao