Ti assicuro che è molto più sbrigativo utilizzare un javascript invece dei CSS:

<html>
<head>
<title>Untitled</title>
</head>
<body>
<table>
<tr>
<td width="5" bgcolor="#FFFFFF"> </td>
<td width="450" bgcolor="#FFFFFF" valign="top" onmouseover="this.bgColor='yellow'" onmouseout="this.bgColor='white'">

NOME DESCRIZIONE</p></td>
<td width="5" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td width="5" bgcolor="#FFFFFF"> </td>
<td width="450" bgcolor="#FFFFFF" valign="top" onmouseover="this.bgColor='yellow'" onmouseout="this.bgColor='white'">

NOME DESCRIZIONE</p></td>
<td width="5" bgcolor="#FFFFFF"> </td>
</tr>
</table>
</body>
</html>

Poi vedi tu.