Use CSS instead of incessant <font> tag usage
All CSS should be contained in an external file that
can be cached.
Use short names for CSS attributes
Override global html tag attributes using CSS properties
Use CSS to control table definitions with CSS v2...
<--
TABLE {table-layout:fixed; width: 100%}
#fixed COL {width: 50%}
-->
| Cell 1 | Cell 2 |
| Cell 3 | Cell 3 |
]]>