Forum Moderators: not2easy
There's a great resource here [richinstyle.com...] for learning CSS.
For a real quick example, applying it to an h1 heading is as simple as putting the following in your header. Then use the H# tags exactly as normal, and they will pick up the format from the CSS.
<style type="text/css">
H1 { FONT-FAMILY: TIMES, SERIF; FONT-SIZE: 24px; FONT-WEIGHT: bold; COLOR: #cc0000}
H2 { FONT-FAMILY: VERDANA, ARIAL, SANS-SERIF; FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #115599 }
</style>