<style type="text/css">
  a.q:visited { color: #A0CFD0; text-decoration: none} /* for visited links */
  a.q:active { color: #A0CFD0; text-decoration: none}      /* when link is clicked */
  a.q:hover { color: red; text-decoration: none}       /* when mouse is over link */
  a.q:link  { color: #A0CFD0; text-decoration: none}      /* for unvisited links */
  body { 
    color: black; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 10pt
  }
  p { 
    color: black; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 10pt
  }
  li { 
    color: black; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 10pt
  }
  table { 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 10pt
  }
  h1 { 
    color: teal; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 12pt;
    font-weight: bold;
  }
  h2 { 
    color: black; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 10pt;
    font-weight: bold;
  }
  h5 {
    color: black; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 10pt
    font-weight: bold;
  }
  h3 {
    color: black; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 12pt
    font-weight: bold;
  }
  sm {
    color: black; 
    font-family: Verdana, sans-serif, Helvetica;
    font-size: 10pt
  }
  :link  { color: blue }      /* for unvisited links */
  :visited { color: purple } /* for visited links */
  :active { color: red }      /* when link is clicked */
  :hover { color: red }       /* when mouse is over link */
  }
  form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
  }
</style>

