THE RULES

P tags are not to be used for the purpose of line breaks.
Closing </P> tags are required.
Use <BR> tags for line breaks.

The following classes may be used in many elements, including these common ones:
SPAN
DIV
TD
TH
INPUT
SELECT

however, nesting classes
<TD class="small"><span class="light"> now i am very small </span></td>
may alter text sizes.

heading one (or span class="one")

heading two (or span class="two")

heading three (or span class="three")

heading four (or span class="four")

span class="reg" -- span class="reg" -- span class="reg"

span class="small" -- span class="small" -- span class="small"

span class="footer" -- span class="footer" -- span class="footer"

span class="light" -- span class="light"

class=nosize

within a form field, just class="button"

span class="blue" -- span class="blue" -- span class="blue"

span class="pink" -- span class="pink" -- span class="pink"

link with class="top" in "A" tag

regular link, no class

link with class="noline" in "A" tag