There are many css-samples for styling color of links.
html5boilerplate.com offers such css code for link:
a { color: #00e; } a:visited { color: #551
i find its always good to add
a { outline: none; }
since some browsers add annoying outlines to links when you click them