BODY {
     font-family: times, "new times roman", garamond, serif;
     font-size: large ! important;
     background: white;
     color: #000046;
}

A, A:link { 
     color: #c00000;
     text-decoration: none;
}

A:visited { color: #500000 }
A:active  { color: #FFFFFF }

H1, H2, H3, H4, H5, H6 {
     font-family: helvetica, arial, sans-serif ! important;
}

H1 {
    font-size: 130%; 
    text-transform: capitalize;
    font-variant: small-caps;
}

H2 { font-size: 100% }

HR {
    color: #000046;
    border-style: groove;
}


PRE { 
    font-family: courier, monospace;
    font-size: medium;
    color: #400000;
    background: #F0F0F0;
    padding: 1em;
    white-space: pre;
}
