body {
    background-color: white;
    margin: 0px 0px 0px 0px;
}

.headingbody {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    /* font-size: 100%; this causes problems in Netscape 4.x */
    font-weight: bold;
    /* margin-bottom: 8px; */
    margin-bottom: .5em;
}

.headingside {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    /* font-size: 100%; this causes problems in Netscape 4.x */
    font-weight: bold;
    /* margin-bottom: 4px; */
    margin-bottom: .25em;
}

.textbody {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 80%;
}

.texttiny {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 60%;
}

