si acabo de probar y no funciona si pones un color a las celdas, necesitas usar getElementById, asi si me funciona
<tr onmouseover="document.getElementById('a1').style.b ackground='red'" onmouseout="document.getElementById('a1').style.ba ckground='black'">
<td width="20%" id="a1" style="background:black"> </td>
</tr>
ya q estoy hago una pregunta, como cambio el color de la letra al pasar el mouse sobre una celda?? no me anda "style.fontColor=''"