body{
    font-size : 10pt;
    font-weight : bolder;
    font-family : helvetica, arial, sans-serif;
    color: #696969;
    background-color: #fdf8da;
}
ftxt{
    font-weight: bold;
    font-size: 9pt;
    color: #696969;
    background-color: #fdf8da;
}
a:link{
    color: green;
    text-decoration: underline;
    background-color: #fdf8da;
}
a:visited{
    color: green;
    text-decoration: underline;
    background-color: #fdf8da;
}
a:hover{
    color: red;
    text-decoration: underline;
    background-color: #fdf8da;
}
h1{
    font-size: 14pt;
    color: olive;
    font-style: italic;
    background-color: #fdf8da;
}
h3{
    font-size: 12pt;
    color: #006400;
    font-style: normal;
    background-color: #fdf8da;
}

/* remove
h2{
    font-size: 9pt;
    color: gray;
    font-style: normal;
    background-color: #fdf8da;
}
h3{
    font-size: 12pt;
    color: darkgreen;
    background-color: #fdf8da;
}
h4{
    font-size: 10pt;
    color: #993366;
    font-family: 'Times New Roman';
    background-color: #fdf8da;
}
h5{
    font-size: 14pt;
    color: navy;
    background-color: #fdf8da;
}
h6{
    font-size: 14pt;
    color: navy;
    background-color: #fdf8da;
}

*/

li{
    font-weight: bold;
    font-size: 9pt;
    color: #696969
}
