#FFFFFFIf you want to change the color of links on your template, or your making a custom template and you can't get link colors to work, here's the code to insert:
a:link, a:visited {color:COLOR;}Replace
COLOR with your color. You can use colors like Blue, Red, Green, Yellow, White, Black, and others, or you can use
HEX COLOR CODES.
This online generator is a really good one.
Want to generate hover colors for your links?
a:hover, a:visited:hover {color:COLOR;}Paste that under the other line of code for link-hover effects. If you know CSS you can do all sorts of things.