2
All font colors are controlled through the stylesheet.
for example if you wanted to change the font color of the block titles
.blocktitle {
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
COLOR: #AF9B6D; <- font color
FONT-FAMILY: arial;
LETTER-SPACING: 0px;
TEXT-DECORATION: none
}