
H1, H2, H3, H4 {
    font-family : arial,helvetica,sans-serif;
    font-weight : bold;
    margin-bottom : 5px;
    margin-top : 5px;
}

H1, H2, H3 {
    text-decoration : underline;
}

H1 { font-size : 1.6em; }
H2 { font-size : 1.4em; }
H3 { font-size : 1.2em; }
H4 { font-size : 1.1em; }

TABLE, TH, TD, UL, OL {
    font-size : 11px;
    font-family : arial,helvetica,sans-serif;
}

TABLE .subject {
    font-size: 14px;
    border-bottom: 1px dotted; 
    text-transform: uppercase;
}

FORM { margin-top : 0px; margin-bottom : 0px; }

INPUT, SELECT, TEXTAREA {
    font-family : arial,helvetica,sans-serif;
    font-size : 11px;
}

INPUT.checkbox {
    padding : 1px;
}

.inbox {
    border : 1px solid #000000;
    margin-bottom: 5px;
    padding-left : 5px;
    padding-right : 5px;
}

UL {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

