Perhaps something like:
<style type="text/css">
<!--
td.celllink a {
display: block;
text-decoration: none;
color: #000;
padding: 20px;
border: 1px solid #000;
}
td.celllink a:hover {
background-color: #0066FF;
}
-->
</style>
Adjust this to suit your needs. =)
> Note, I'm pretty...