body
  {
  font-family: verdana;
  font-size: 10pt;
  }

th
  {
  font-family: arial;
  font-size: 10pt;
  background-color: white;
  font-weight: bold;
  text-align: left;
  }

td
  {
  font-family: arial;
  font-size: 8pt;
  background-color: white;
  text-align: justify;
  }

h1
  {
  font-family: verdana;
  font-size: 16pt;
  }

h2
  {
  font-family: verdana;
  font-size: 18pt;
  color: red;
  }

a:hover 
  {color: blue}

a 
  {color: darkblue; text-decoration: none;}
