Hi,
Add this to your css, make sure it is lower in the file than any other rule that sets color for the h2.moduletitle
.leftside h2.moduletitle { color:blue; }
.center-nomargins h2.moduletitle,
.center-rightandleftmargins h2.moduletitle,
.center-rightmargin h2.moduletitle,
.center-leftmargin h2.moduletitle { color:orange; }
.rightside h2.moduletitle { color: blue;}
Hope it helps,
Joe