/templates/ja_pollux/css/colors/grey.css
change
a {
color: #4d84a7;
}
to whatever hex color you want.
in
/templates/ja_pollux/css/template.css
only If you need to do it, add the following:
color: #000000;
but changing the color to your own hex. Add it to the bottom of the below code, but before the closing bracket.
#ja-pathway a {
padding-right: 20px;
background-color: transparent;
background-image: url(../images/slash.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: right;
background-y-position: center;
}
Next try the css tools link in my signature below to learn how to find this info on your own.