a:link {text-decoration: none; color: #232121; }
a:active {text-decoration: none; color: red; }
a:visited {text-decoration: none; color: purple; }
a:hover {text-decoration: bold;
text-decoration: underline;
 color: #6d0000;  
 font-weight: bold;}

H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
 
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    color: #232121;
 
    padding-bottom: 0px;
text-decoration: bold;
    margin-bottom: 0px;

textarea, select, input, object {
font-family: Verdana, arial, helvetica, sans-serif;   font-weight: normal; background-color: #BBC5D7; color: #232121;  }
