1. For this edit the fonts/colors for the style and scroll down to Hover Color For Links, this should be it.
2.Try on fonts/colors again and find Table Heading Text Color, that should be the one
3.Open your FORUM HOME/forum home template and find this code near the top
PHP Code:
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="bottom">
<td><smallfont>
Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br>
Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
<br><a href="store.php?s=$session[sessionhash]&action=main"><b><u>$storename</u></b></a>
</smallfont></td>
</tr>
</table>
Remove this.
Then, in the same template search for this
PHP Code:
<br><b>$pointname:</b> $storepoints
Delete this.
4.I'm guessing this is in the PAGE NAVIGATION TEMPLATES.
Hope all this helps

Let me know if you sort most of it out.