/***** Global Settings *****/html, body {border:0;margin:0;padding:0;}body {margin:10px;font-size: 100%; background-color: #E4E1CD;} /* font-size: 100%  set 1em = 16px; this is needed for IE *//***** Headings *****/h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal;}h1 {padding:5px 0 5px 0;font-size:1.5em;text-align: center; font-weight:bold; color: #B90000; } /* font-size 1.5em would set font size 1.5 times 1em */h2 {padding:5px 0 5px 0;font-size:1.4em;text-align: center; font-weight:bold; color: #A6319D;} /* font-size 1.4em would set font size 1.4 times 1em */h3 {padding:5px 0 5px 0;font-weight:bold;text-align: center; color: #000080; font-size: 1.2em;} /* sets font size 1.2 times 1em */H4 {margin: 0;padding:5px 0 5px 0;color: #B70052; font-weight:bold; font-style: italic; font-size: 1em;} /* sets font size to 1em */H5 {margin: 0;padding:5px 0 5px 0;font-weight:bold; font-size: 1em;} /* sets font size to 1em */H6{font-size: 1em;}/***** Common Formatting *****/p, ul, ol {margin: 0;padding:5px 0 5px 0;font-size: 1em;} /* font-size: 1em would set font size to 1em */blockquote {font-size:0.85em;}small {font-size:0.85em;}img {border:0;}/***** Links *****/A:link {color: #0000FF}A:visited {color: #007600}A:active {color: #C10000}A:hover {color: #C10000}