To make the Dark Blue style fonts all the same as the Smooth Blue style, the following would need to be changed in the CSS.
1. body tag missing font attribute
Code:
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
2. tcat tag missing font attribute
Code:
font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
3. thead tag missing font attribute
Code:
font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
4. smallfont tag would need to be changed from 11px to 10px
5. vbmenu_option tag would need to be changed from 11px to 10px
6. vbmenu_hilite tag would need to be changed from 11px to 10px
Got bored, what can I say? ^^