p { color: black;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    font-family: arial, sans-serif }
h1 { color: black;
     font-size: 8pt;
     font-weight: bold;
     font-style: normal;
     font-family: arial, sans-serif }
h2 { color: black;
     font-size: 10pt;
     font-weight: normal;
     font-style: normal;
     font-family: arial, sans-serif }
h3 { color: black;
     font-size: 12pt;
     font-weight: bold;
     font-style: normal;
     font-family: arial, sans-serif }

a:link { color: navy;
         font-weight: normal;
         text-decoration: none }
a:visited { color: purple;
            font-weight: normal;
            text-decoration: none }
a:hover { color: blue;
          font-weight: normal;
          text-decoration: none }
a:active { color: red;
           font-weight: normal;
           text-decoration: none }
