
P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  color: #666666;
}

A:link {
  text-decoration: none;
  color: #663300;
  font-size: 9pt;
  font-weight: bold;
} 

A:active {
  text-decoration: none;
  color: #663300;
  font-size: 9pt;
  font-weight: bold;
}

A:visited {
  text-decoration: none;
  color: #663300;
  font-size: 9pt;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
  background-color: yellow;
  color: #CC6600;
  font-size: 9pt;
  font-weight: bold;
}
