Best guess is that the achor tags are linking back to the same page. Therefore the href is referencing a page already visited.
If you make sure the anchors that are comming up red AREN'T pointing at the current page.
Many people do this while a sites in dev, if this isn't the case please post a link OR the complete code.
- A:link { color: blue; text-decoration: none }
-
A:active { color: blue; text-decoration: none }
-
A:visited { color: red; text-decoration: none }
-
A:hover { color: #00CCFF; text-decoration: none }