Ciao cruzeiro,
per il titolo aggiungi questo codice nel file template.css:
h2, .contentheading a:link{
color: #5CA1F1;
text-decoration:none;
}
Poi, secondo me, sarebbe meglio che avessi anche un hover, tanto per evidenziare che il titolo è ipertestuale... Nel caso aggiungi:
h2, .contentheading a:hover{
color: #000; <---- metti il colore che vuoi
text-decoration:none;
}