Re: CSS in categories
Add a new class to define the color you want.
In the "classic" stylesheet, it should start around line 596.
/* categories box parent and child categories */
Add something along these lines:
A.category-top:hover {
color: #ffffff;
text-decoration: none;
}
Of course, you need to replace the color (white) with the color you want it to be on the hover.
AND, you need to be using the template override system to make the changes to your custom template. It would be the stylesheet.css file.
If you're using FireFox, install the Firebug plug in to help isolate CSS.
HTH,
Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!