Hi Rom1,
Your CSS is incorrect. The way you have it will not apply to .moduletitle classed elements that are under the div.module1 element. Try this:
div.module1 .moduletitle {
color:#666666;
font-size:5em;
font-weight:250;
font-family:Arial;
}
Which features do not have a div.module# wrapping them?
Hope This Helps,
Joe D.