Anchor tags usually change color after they have been "visited." You can
keep this from happening in your site by using this style tag at the top of
each document.
<STYLE type="text/css">
A:link, A:visited, A:active { color: blue; text-decoration:
underline }
</STYLE>