Do a search in templates for these classes to get the stylevars. You get the class from firebug, then do a search in templates to find the name of the stylevar being used (if you can't guess from the name of the class what the name would be):
a - .member_summary .block
b - .profile_content .editor_textbox textarea (or .profile_content .editor_textbox iframe)
c - .profile_content .texteditor
d - .thread_controls
e - #postlist_popups a (or .postlist_popups a )
|