I feel like a big boy.
I fixed the above problem! First, I instaled the Firefox developer plugin (newbies, you MUST get it.) Then I used the CSS View Style Information from the toolbar, and found the CSS line in the code. It is in the original stylesheet:
Code:
td.pageHeading, div.pageHeading, h1 (line 231)
{
font-size: 16px;
font-weight: bold;
color:#9a9a9a;
padding-top: 11px;
}
change that 9a9a9a to your color, and you're in business!
(NOTE: The browser displays the code color in RGB format. I know enough about html to look that up and get the web safe color to plugin.)
This is fun!
Thanks for all the help!
Tommy