Changing the Tabs—Text Color (example)
To change the text color in the tab, change the .tablink COLOR in the CSS file - e.g. to AA0000 (red) as follows:
.tablink{
FONT-WEIGHT: bold;
FONT-SIZE: 13px; COLOR: #AA0000;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}