h1
 {
  font-family:Tahoma,Arial,Helvetica;
  font-size:24pt;
 }

h2
 {
  font-family:Tahoma,Arial,Helvetica;
  font-size:12pt;
  color:black;
 }

a
 {
  font-size:10pt;
  font-weight:normal;
  color:green;
  text-decoration:underline;
 }

a:hover
 {
  color:black;
  text-decoration:underline;
 }

body
 {
  font-family:Tahoma,Arial,Helvetica;
  font-size:10pt;
 }
