Not entirely sure of your intentions, but any code that resembles:
Code:
A:link, A:visited, A:active {
COLOR: #color
}
In your headinclude will globally affect all <a href> tags, unless the <a href> has a style="" attribute in itself (that changes the font), or font tags between the <a href></a> tags.
Also, remember to post coding stuff like this in the "support" forum.