Eğer görünen rengi değiştirmek istiyorsanız:

h2.baslik a {
font-family:TRErieBold;
color:#666;
text-shadow:0 1px 1px #eee;
font-size:24px;
line-height:26px;
margin:5px 0 0 5px;
}



Üzerine gelince olan rengi değiştirmek istiyorsanız:

.logoh3:hover,h2.baslik a:hover {
color:#4DA0B8;
text-shadow:0 1px 1px #E1E1E1;
}


Renk kodlarını değiştirmeyi deneyin. :)