Para un link sencillo:
Código HTML:
<a span onmouseover="style.backgroundColor='gold'" onmouseout="style.backgroundColor='red'" href="http://www.google.cl">
o, Para la celda de una tabla:
Código HTML:
<td onmouseover="style.backgroundColor='gold'" onmouseout="style.backgroundColor='red'">YO ESTOY DENTRO DE UNA CELDA</td>