This can any number of things
Easy way to do it is to make a CSS Class with a Module suffix
HTML Code:
table.moduletable-greefonts {
font-size: 15px;
color: Lime;
}
The suffix part is "-greefonts" which is assign via the back end of the Joomla Admin.
see
http://www.m65.net/articles-joomla!-...b-menu-50.html
it's same type of thing just a override by adding a class suffix to your style sheet.
Cheers,
Brian