Do this:
1. Go to your headerinclude template in your Admin Control panel
2. Search for
Code:
.thtcolor {
COLOR: {tableheadtextcolor};
}
3. Just after that and BEFORE the </style> tag insert the following
Code:
.new {
COLOR: red;
}
4. Change the color (currently "red") to whatever color you want.
5. Save Changes
6. Go into any template and change the start of any link tag, aka <a href=> to the new class to see the new color
Code:
<a class="new" href=...>