| General & Simple Template Styles | ||
|---|---|---|
| Tag | Usage | Example |
| <h1 class="headerText">Main Page Header</h1> | Header at the top of page |
Main Page Header |
| <h2 class="subHeaderText">Page Subhead</h2> | Maroon subhead for main text sections |
Page Subhead |
| <h2>Page Subhead</h2> | Subhead for main text sections |
Page Subhead |
| <h3>Page Subhead</h3> | Subhead for main text sections |
Page Subhead |
| <span class="fontSize7">Larger Text</span> | Larger text | Larger Text |
| <span class="fontSize5">Large Text</span> | Large text | Large Text |
| <span class="text">Body Text</span> | Main text on pages | Body Text |
| <span class="fontSize1">Smaller Text</span> | Smaller text | Smaller Text |
| <span class="bold">Bold Text</span> Or: <strong>Bold Text</strong> |
Bold text | Bold Text |
| <span class="italic">Italic Text</span> Or: <em>Italic Text</em> |
Italic text | Italic Text |
| <ul class="spacey"> <li>Item one</li></ul> |
List with space between items |
|
| <table cellpadding="0" cellspacing="0" border="0" class="tabulargrey"> Also: class="tabular" (for a maroon table) |
Styled table | This table |
| <div class="callout">copy text<div> | Special callout box | copy text |