kleiner nachtrag:
geht mit css:
<style type="text/css">
<!--
TD.aqua {
background-color : Aqua;
}
TD.rot {
background-color : red;
}
-->
</style>
<table>
<tr>
<td class="aqua">erste</td>
<td class="rot">zweite</td>
</tr>
<tr>
</table>