Hey Sieger, give a look to “colorzilla” for firefox, then you’ll be able to pick whatever color you want.
As for the CSS stuff, you should give a look to these 3 places :
#content a {
color:#5F5A59;
}
style.css (line 453)
.postmetadata a {
color:#5F5A59;
}
style.css (line 51)
a, h2 a:hover, h3 a:hover {
color:#0066CC;
text-decoration:none;
}
style.css (line 230)
Hope this helped.
Edit : sorry, didn’t see that this was resolved !