FONT  { font-family:Arial;}

body {

color: #8C0000;
font-weight: bold;
}



A:link { 
text-decoration: none; color:#8C0000;
font-weight: bold;
}
A:hover { text-decoration: underline overline; color:#fff;}
A:visited { 
text-decoration: none; 
color: pink;
font-weight: bold;
}
a:visited:hover {
    color: #8C0000;
        text-decoration: underline overline;
}

.midsmall {
 font-size: 9pt; text-decoration: none;
color: #8C0000;
font-weight: bold;

}
.smallfont { 
font-size: 9pt;
color: #8C0000;
font-weight: bold;
text-decoration: none;

}

.textarea {border:solid 1;
color: #009900;
background: #fff;
color: #8C0000;
}
.input{border:solid 1; color:#8C0000;}

.shade {border-style:groove;}
.cinput {background-color:rgb(240,244,255); font-size: 10pt; color:#8C0000;}
.submit {color:#8C0000;}
