<style>
.TR{white-space:nowrap;COLOR:white;background-color:#0080C0;text-align:center;}
.TR td {color:red}
</style><table border>
<tr>
<td width=200>aaa</td>
</tr>
<tr class="TR">
<td>bbb</td>
</tr>
</table>