But DIVs are newer and should I be using them?

Also, using tgs example, how do I get different styles for different TDs and if I switch to DIVs then what do I do?

Code:
td:hover, td a:hover
{
	background-color: blue;
	color: white;
}