h1 {
  font-family: Times;
  color: #cc0033;
  font-weight: bolder;
}
h2 {
  font-family: Times;
  color: #990033;
  font-weight: bold;
}
h3 {
  font-family: Times;
  color: #330033;
  font-weight: bold;
}

.normal{
  font-family: Verdana, Arial; 
  font-size: 10pt;
  font-style: normal; 
  font-weight: normal; 
  color: #000000;
  text-decoration: none; 
}

pre {
  font-family: Courier;
  font-size: 9pt;
}

q{
  color: #006600;
}

