﻿body {background-color: (#E0FFFF}
h1 {font-size: 12pt}
h1.thick {font-weight: bold}
h1 {color: #3366FF}
h2 {font-size: 12pt}
h2.thick {font-weight: bold}
h2 {color: #3366FF}
h3 {font-size: 12pt}
h3.thick {font-weight: bold}
h3 {color: #3366FF}
h4 {font-size: 12pt}
h4.thick {font-weight: bold}
h4 {color: #3366FF}
p {margin-left: 25px}
p {color: black}
p {font-size: 9pt}
h1 {font-family: Verdana}
h2 {font-family: Verdana}
p {font-family: Verdana}
a img {border: 0}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: none;
  color:            blue;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: none;
  color:            blue;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: none;
  color:            black;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 
