Please consider including a section on changing the font color on the EZ Pages TOC navigation bar for those of us who use a dark background here. I figured out how to change the side-boxes, etc., but have been unable to get navEZPagesTOC to remain white through link, active & visited like my navMain primary navigation menu does.

Open you stylesheet.css and find the following declaration and add the highlighted portion to suit your needs.

#navEZPagesTOC ul li a {
padding: 0em 0.5em;
margin: 0;
color: #ffffff;
}