body {font-family: Arial;
     font-size: 11pt;
     color: black;
     }

     p {margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 20px; 
    font-size: 11pt;
     color: black;
     }
     
     .topnav {font-family: comic sans ms, cursive;
     font-size: 10pt;
     }
     
     td {font-family: Arial;
     font-size: 9pt;
     }
     
.redhead 
{font-family: Arial;
    font-size: 11pt;
     color: red;
     }
     

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline; color: #990000;}
a:hover {text-decoration: overline underline; color: blue;}
a:active {text-decoration: overline underline; color: #990000;}
