Howdy,
I couldn't readily find an answer to this so....
I'm trying to follow the Template Editing Guide and use <td class=> vs the font tag.
Problem is, it never works for me

For example in skin1.css, all I did was copy the Navigation Path section and change the name and color so it should work right.
When I call for the tag, I'm still getting the underline and purple font when a link has been visited.
<td class="SearchingPath"><a href="../home.php">Home</a></td>
<td class="SearchingPath"> <a href="../help.php?section=FAQ">FAQ</a></td>
<td class="SearchingPath"> <a href="../help.php?section=about">About Us</a></td>
Any ideeas?