/*body text codes font family overrides all other font type coding*/ body { font-family: trebuchet ms, sans-serif } h1 { color: #725c25; font: 12pt/18pt verdana, sans-serif; font-weight:600} h2 { color: #00629e; font: bold 12pt/18pt verdana, sans-serif; font-style:italic} h3 { color: #5e4b1b; font: 8pt/10pt verdana, sans-serif} h4 { color: #00629e; font: bold 10pt/10pt verdana, sans-serif; font-style:normal} h5 { font: 8pt/11pt verdana, sans-serif } h6 { color: #000000; font: bold 16pt/16pt verdana, sans-serif} /*ids*/ #1a { letter-spacing: 0.5em } /*text*/ p { color: #403825; font: 8.5pt/11pt verdana, sans-serif; letter-spacing: 0.025em; line-height: 1.5; text-align:left } SPAN { text-transform: uppercase } em { color: #5e4b1b } /*links*/ a:link { color: #403825 } a:hover { color: #410539 } a:visited { color: #184510 } a:active { color: #a68f27 } /*lists*/ ul { list-style: square outside; color: #403825; font: 8pt/11pt 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 } */