.body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-style: normal;
font-weight: normal;
##        background-color: #FFFFF0;
        background-color: white;
color: #000000;
}


.bodybold {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-style: normal;
font-weight: bold;
color: #000000;
}

.bodysm {
font-family: Arial, Helvetica, sans-serif;
font-size: smaller;
font-style: normal;
font-weight: normal;
color: #000000;
}

h1, h2, h3 {text-align: center;
            font-family: Arial , Helvetica, sans-serif}

p {font-family: Arial, Verdana, Helvetica, sans-serif}

TD {font-family: Arial; font-size: 10pt;}

.emph {font-style: italic; font-weight: bolder}

:link, :visited 
               { text-decoration: none;
                 background-color: #fafafa 
}

:link { color: blue; 
        text-decoration: underline;
}

:visited { color: fuchsia}

:link:hover, :visited:hover {
                             color: red;
                             background-color: white;
}

.navbar {
    float: left;
    width: 18%;
    background-color: white;
    color: black;
    font-size: smaller
}

p.navbar {background-color: white; padding-top: 2px;
            color: black; text-decoration: none
}


.navbar :link {background-color: white; padding-top: 2px;
                 color: black; text-decoration: none
}

.navbar :visited {background-color: white; padding-top: 20px;
                    color: fuchsia; text-decoration: none
}

