Set your white links up as a class in your style sheet, like this:
.whitelinks { font-family: Arial, Helvetica, sans-serif; color: yellow; text-decoration: none }
The key here is to set your text decoration as none, or underlined if you want, this will override the default link settings.
You...