I think rhyswynne answered your questions pretty well, if you still have any doubts let me know.
By the way here's the CSS code modified to you needs :
Code:
<style type="text/css">
a.slink:link {
color : #FFFFFF;
}
a.slink:visited {
color: #0000FF;
}
</style>
for every link you want to be white, put class="slink" attribute in its anchor tag. For example :
Code:
<a href="http://www.google.com" class="slink">Google</a>