This is really cool - you can set the style of the first cell in each row without messing with classes and ids- too bad it doesn't work in IE6 or Opera6. Sigh.

Code:
tr > td:first-child {
	color: green;
	background: black;
}