/*body text codes font family overrides all other font type coding*/ body { font-family: arial, helvetica, sans-serif } /* h1 through h6 only*/ h1 { color: #690401; font: bold 15pt/21pt verdana, sans-serif; font-style: italic } /*sub header codes that rely upon the parent header code for font size and family*/ h1.red { color: #184510 } h1.marine { color: aqua } h2 { color: black; font: bold 8.5pt/12pt verdana, sans-serif; } h3 { color: #690401; font: bold 10pt/15pt verdana, sans-serif; letter-spacing: 0.025em } h4 { color: #000000; font: 9pt/14pt verdana, sans-serif; font-weight:500; } h5 { font: 8pt/11pt verdana, sans-serif } h6 { color: #000000; font: bold 16pt/16pt verdana, sans-serif; font-style: italic } /*ids*/ #1a { letter-spacing: 0.5em } /*text*/ p { font: 8.5pt/11pt verdana, sans-serif; letter-spacing: 0.025em; line-height: 1.5; text-align:left } SPAN { text-transform: uppercase } em { color: red } /*links*/ a:link { color: #690401 } a:hover { color: #410539 } a:visited { color: #184510 } a:active { color: #a68f27 } /*lists*/ ul { list-style: square outside; color: black; font: 8pt/14pt verdana, sans-serif } ul.compact { list-style: font: 8pt/12pt arial, helvetica, sans-serif } /*word, letter, line spacing letter-spacing: 0.3em word-spacing: 0.3em line-height: 14 font-style: italic, normal font-weight: from 100 to 900 text-align: center vertical-alignment: bottom, top, sub, baseline, middle, super text-indent: 5% or 2 em text-decoration: none, overline, underline, line-through text-transform: none, capitlaize, uppercase, lowercase font-variant: normal, small-caps text-transform: uppercase hierarchy: font-style font-variant font-weight font-size line-height font-family can be listed as follows: { font: italic small-caps bold 3em/0.8em times roman, serif } */