This should do it (add the red part):
a:link, #navEZPagesTOC ul li a {
color: #3300FF;
text-decoration: none;
font-size:120%;
}
You may have to separate the a:link out into it's own statement.
This should do it (add the red part):
a:link, #navEZPagesTOC ul li a {
color: #3300FF;
text-decoration: none;
font-size:120%;
}
You may have to separate the a:link out into it's own statement.