That's a part of my CSS.Code:.table_subheaders{
background-color:#1b5591;
font-family:tahoma;
color:#FFFFFF;
font-size:8pt;
border:#737373 solid 1px;
padding:5px;
width:auto;
font-weight:bold;
background-image:url('../images/nav_bottom_bg.gif');
background-repeat:repeat-x;
}
How can I make it so in that, all links are color #FFFFFF? Visited, active, normal, all links.

