h1 {font-family: "verdana";
    font-size: 16pt;
    font-weight: bold;
    line-height: 18pt;}


h2 {font-family: "verdana";
    font-size: 12pt;
    font-weight: bold;
    line-height: 14pt;}


body {font-family: "verdana";
      font-size: 8pt;}

p {font-family:"verdana";
   font-size: 10pt;}
   
ul {font-family:"verdana"; font-size: 10pt;}

a:hover {text-decoration: underline; color: red;}
a:link {text-decoration: none; color: yellow; background: #9c0a9e;}
a:visited {text-decoration: underline; color: cyan; background: #9c0a9e;}
a:active {text-decoration: none; color: green; background: #9c0a9e;}