body {  font-size: 10pt;
        color: #000000;
        background: #FFFFFF}
table { font-size: 10pt}

A:link {color: black;
        text-decoration: none}
A:visited {color: black;
        text-decoration: none}
A:active {color: black;}
        text-decoration: none}

.titlefont {font-size: 16pt}
.titlefont2 {font-size: 20pt;}
.titlefont3 {font-size: 16pt}
.greenfont {font-size: 12pt; color: green; font-style: bold}
.blackfont {font-size: 12pt; color: black; font-style: bold}
...skipping...
body {  font-size: 10pt;
        color: #000000;
        background: #FFFFFF}


.titlefont {font-size: 16pt}
.titlefont2 {font-size: 20pt;}
.greenfont {font-size: 12pt; color: green; font-style: bold}
.blackfont {font-size: 12pt; color: black; font-weight: bold}
.body2 {font-size: 12pt; color: black}

table { font-size: 10pt; }

table.tab1 {font-size: 10pt; border-collapse:collapse; border: thin solid black; border-width:1px }
tr.tab1:hover {background: rgb(250,250,210)}
th.tab1 {border: thin solid black; border-width:1px  }
td.tab1 {border: thin solid black; border-width:1px  }



a.plain:link {color: blue;
        text-decoration: none}
a.plain:visited {color: blue;
        text-decoration: none}
a.plain:active {color: blue;}
        text-decoration: none}


