В таблице стилей CSS ищем строки 73-77:
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#868882; padding: 0 0 0 17px; background: url('/.s/t/761/6.gif') no-repeat 0px 3px;}
.eTitle a:link {text-decoration:underline; color:#868882;}
.eTitle a:visited {text-decoration:underline; color:#868882;}
.eTitle a:hover {text-decoration:underline; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#000000;}
в параметре - a:link ищем - color:#868882; выделенное красным это текущий ваш цвет, меняем на свой код цвета.