subforums are "body a" which is the stylevar "link_color". That stylevar will affect a lot of areas so you probably just want to write your own CSS for that, like:
HTML Code:
.subforum a {color: blue;}
When you say you want to change the font, do you mean like Helvitica, Times, etc? You can probably change it by writing some CSS like:
HTML Code:
#wgo {font: whatever;}