Oppure, scritto in linguaggio moderno:

codice:
<body style="background-color:#00CC66;" id='osso' >
<table style="width:42%; height:57%; border:1px;">
  <tr>
    <td onMouseOver="document.getElementById('osso').style.backgroundColor='#3333FF';"> 
      &amp;nbsp; ... altri elementi dentro la tabella ...
    </td>
  </tr>
</table>
</body>
Ciao
Michele