BODY {
     font-family: times, "new times roman", garamond, serif ! important;
     font-size: 10pt ! important;
     background: white;
     color: black;
     margin: 1em;
}

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

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

H2 {
    font-size: 120%;
}

PRE, TT, CODE, KBD, SAMP {
    font-family: courier, monospace ! important;
    font-size: 8pt ! important; 
}

PRE {
    color: #400000;
    background: #F0F0F0;
    padding: 1em;
    white-space: pre;
}

LI, TD, P {
    font-family: times, "new times roman", garamond, serif ! important;
    font-size: 10pt ! important;
}

LI { 
    margin: 0em;
    margin-bottom: 0.1em;
}

TD {
    margin: 0em;
}

HR {
    color: #000046;
    border-top: solid;
}

