Per i titoli degli articoli lo cambi da qui:
#colmain h1, #colmain h2, #colmain h3, #colmain .customhtml h1, #colmain .customhtml h2, #colmain .customhtml h3 { background-image: url("../images/headlinemain_bg.png"); background-position: left top; background-repeat: no-repeat; border-bottom: 1px dotted #DDDDDD; border-top: 1px dotted #DDDDDD; clear: both; color: #3F3C38; font-size: 15px; font-weight: normal; margin: 10px 0 20px; padding: 5px 0 5px 40px; text-align: left; width: inherit !important;}
template.css (riga 404)
sono tutti insieme, se ti servono separati (gli articoli sono h2) puoi togliere da lì quello che vuoi cambiare e metterlo a sé stante.
Per i testi del content scrivi un css tipo:
.blog-featured {
color: #3F3C38;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: left;
}
e metti quello che vuoi.