Prueba esto pequeño saltamontes, jejeje
Código:
<style>
.trr td{
color:black;
</style>
<tr class="trr" onMouseOver="this.style.backgroundColor='#EBEC90'" onMouseOut="this.style.backgroundColor='#9BC7A6'" BGCOLOR="#9BC7A6">
<td width=200><input type=text name="uno" size=20></td>
<td width=200><input type=text name="dos" size=20></td>
<td width=200><input type=text name="tres" size=20></td>
</tr>