Not sure if I'm following here, but your td tags have a class="cat"
Looking at your stylesheet:
.cat {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
}
You didn't define the background color in this class. How is it supposed to know what color to make it if you haven't specified?
Cgraz