You can do this using the "style" attribute of the <a> tag. This attribute lets you apply anonymous CSS styling, such as font color.
---- HTML Syntax: ----
<a href="white.html" style="color:white;">White link</a>
<br/><br/>
<a href="black.html" style="color:black;">Black link</a>
--------
---- HTML Syntax: ----
<a href="white.html" style="color:white;">White link</a>
<br/><br/>
<a href="black.html" style="color:black;">Black link</a>
--------