I have been using Firebug in Firefox and Developer toolbar in IE to help trace my styles for a branding effort in SharePoint. The trace styles in Developer Toolbar is very nice.. I can easily trace a hyperlink's styles and create the css to change it's styling, I'm having some trouble with tracing the hover style for links as neither Firebug nor Developer Toolbar will tell me where those styles are being defined, which makes me hard to override it..
I even tried a:hover { color: #ccc !important; } as a hackish way of doing things, and this fixed a lot of them, but some still remain. The CSS that comes with SharePoint is pretty big, and it's hard to manually go in and find them myself.
Any suggestions?