body {
 font-size: 101%;
 line-height: 150%;
}

#content {
 margin: 3em 30% 1em 5em;
 font-family: Trebuchet, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: maroon;
}

#content h1, #content h2, #content th {
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 1.2em;
 color: navy;
}

#content h1 {
 font-size: 1.4em;
 padding-bottom: 1ex;
 border-bottom: 1px dashed navy;
}

#content h2 {
 margin: 0px; 
 padding-bottom: 1ex; 
}

#content p, #content ul, #content ol {
 margin-top: 0ex;
}

#content a {
 color: navy;
}

#content td, #content a:visited {
 color: maroon;
}

#content hr {
 color: navy;
 border-style: dashed;
 height: 1px;
}