* {
    font-size:          12pt;
    font-family:        Verdana, Trebuchet, Arial, sans-serif;
}

BODY.sign {
    margin:             1em;
    margin-right:       7em;
}

@media handheld {
    BODY.sign { margin: 0 0 0 0; }
}

H1 {
    font-size:          16pt;
}

H2 {
    font-size:          14pt;
}

DIV.foot {
    margin-top:         0.5em;
}

DIV.foot P, DIV.foot A {
    font-size:          9pt;
}

DIV.nav {
    padding-top:        0.25em;
    padding-bottom:     0.25em;
    /*
    border-top:         1px dotted black;
    border-bottom:      1px dotted black;
    */
}
DIV.nav * {
    font-size:          9pt;
}
DIV.nav P {
    padding:            0;
    margin:             0;
}
DIV.nav TH {
    text-align:         left;
    font-weight:        bold;
    padding-right:      1em;
}
DIV.nav TD {
}

A {
    text-decoration:    none;
    font-weight:        bold;
}

A:link {
    color:              blue;
}

A:visited {
    color:              blue;
}

A:hover {
    background:         aliceblue;
    color:              OrangeRed;
}

A:active {
    background:         aliceblue;
    color:              blue;
}

OL {
    list-style-type:    decimal;
}

LI {
    /*
    margin-left: 1em;
    padding-left: -1em;
    */
    margin-bottom:  0.5em;
}

DIV.content P {
    line-height:        140%;
}
