a:link { 
  text-decoration: none; 
  color: blue;
}
a:visited { 
  text-decoration: none; 
  color: red; 
  background: transparent;
}
a:active { 
  text-decoration: none; 
  color: green; 
  background: transparent;
}
a:hover  { 
  text-decoration: underline; 
  font-weight: bolder; 
  color: red; 
  background: transparent;
}
p.initial:first-letter { 
  font-size: 250%; 
  float: left; 
  color: red;
  background-color: transparent;
}
body {
  background-color: white;
  margin-left: 0.0in;
  margin-top: 0.0in;
  margin-right: 0.0in;
  border-style: none;
  border-color: black;
  top: 0.0in;
  left: 0.0in;
  bottom: 0.0in;
  color: black;
}
p {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-style: normal;
  color: black;
  background-color: transparent;
  margin-right: 0.25in;
  margin-left: 0.25in;
}
h1 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
  color: black;
  background-color: white;
}
h2 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 18pt;
  font-style: normal;
  font-weight: bold;
  color: black;
  background-color: white;
}
h3 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 22pt;
  font-style: normal;
  font-weight: bold;
  color: black;
  background-color: white;
}
h4 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 26pt;
  font-style: normal;
  font-weight: bold;
  color: black;
  background-color: white;
}