hola:
este es el codigo que necesitas
Código PHP:
<table>
<tr>
<td bgcolor="red" onMouseOver="this.style.background='black'; this.style.cursor='hand'; this.style.color='white';" onMouseOut="this.style.background='red'; this.style.fontcolor='white';">kuvku</td>
</tr>
</table>
el onmouseout es para que vuelva a sus colores originales.
espero haber aclarado tu duda.