<style>
.link{
font-family:Arial;
font-size:14px;
background-color:#960;
}
.link:hover{
font-family:Arial;
font-size:14px;
background-color:#F00;
cursor:pointer;
}
</style>
<table width="120" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="120" height="40" align="center" valign="middle" class="link" onclick="window.location='link.html'">Link</td>
</tr>
</table>