It depends on how you use your CSS for the anchor tags.
Here is some sample CSS that you can use:
a:visited {
color: YOURCOLOR;
text-decoration: none;
}
You can make it the same color if you want, but that is how you change the color and underline of the links.
Look up CSS for anchor tags and font.
Hope this helps.