BODY {
    margin: 0px;
    background-color: white;
    font-family: sans-serif;
}
FORM {
    margin-bottom: 0px;
}
TR.h {
    padding-bottom: 10px;
}
DIV.hb {
    /* font-size: 2em; */
    font-size: large;
    font-weight: bold;
    font-family: sans-serif;
    color: #ddddee;
    white-space: nowrap;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
DIV.hs {
    margin-top: -0.25em;
    padding-top: 0px;
    font-weight: bold;
    font-family: sans-serif;
    color: #eeeeee;
    white-space: nowrap;
    font-size: smaller;
}
SMALL.h {
    font-family: sans-serif;
    /* font-size: 0.8em; */
    font-size: smaller;
}
DIV.m {
    background-color: #8888cc;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #6666dd;
    font-family: sans-serif;
    /* font-size: 0.8em; */
    font-size: smaller;
}
DIV.m A {
    color: #ccccff;
    text-decoration: none;
}

/* Contact Page */
DL.contact {
    margin-top: 2em;
    background-color: white;
    margin-left: 2em;
}
DL.contact DT {
    font-weight: bold;
}
DL.contact DD {
    margin-left: 1em;
    padding-bottom: 0.75em;
}

INPUT, SELECT {
    background-color: #ddddee;
}
INPUT.submit {
    background-color: #aaaacc;
    color: white;
}
DL.l {
    margin: 3em;
}
DL.l DT A {
    text-decoration: none;
    /* font-size: 0.9em; */
}
DL.l DD {
    margin-left: 0px;
    /* font-size: 0.7em; */
}
DIV.msg {
    margin: 10px;
    font-style: italic;
    /* font-size: 0.7em; */
}
DIV.edit {
    margin: 10px;
    margin-top: 40px;
    padding-bottom: 20px;
    font-style: italic;
    font-size: smaller;
    /* font-size: 0.7em; */
}
