Open
index.css and find the following lines:
a:link, a:visited
{
color: #869927;
text-decoration: none;
}Replace
#869927 with whatever color code that you require.
And to change colors on menu items (Search, Admin, Moderate, Profile........) find the following lines:
#topnav li a {
display: block;
float: left;
padding: 0 15px;
line-height: 35px;
color: #fff;
font-weight: bold;
background: url(../images/custom/toolbar-div.png) 100% 0 no-repeat;
}Again replace the #fff with the desired color code.
