Classes are groups of styles the web team has already defined to make web pages more attractive. The following table lists all of the classes available, and the elements (tags) they are allowed on:
| Class | Effect | Allowed On |
|---|---|---|
| ||
| left | Paragraph | div, h*, p, pre td, th |
| centered | Division or section | div, h*, td, th |
| right | Unordered List | div, h*, p, pre td, th |
| full | 100% width | any |
| three-quarters | 75% width | any |
| two-thirds | 66% width | any |
| half | 50% width | any |
| third | 33% width | any |
| quarter | 25% wdith | any |
| lfloat | "Floats" the element to the left | any |
| rfloat | "Floats" the element to the right | any |
| lclear | Forces the element to align below any left-floating elements | any |
| rclear | Forces the element to align below any right-floating elements | any |
| allclear | Forces the element to align below any floating elements | any |
| col | Creates a captioned images or pull quotes from a div | div** |
| big | Makes a caption look like a section heading | caption |
| elegant | Makes a table's headings have a maroon background and white text | table |
| grid | Makes a table have a black border around its cells | table |
| odd | Gives an elegant table alternating colored rows | tr |
| even | Gives an elegant table alternating colored rows | tr |
| hidden | hides list bullets | ul |
| warning | bold, red, angry warnings | any |
| notice | similar to warning, only nicer | any |

