A	{
  color: #FF0000; 
  text-decoration: none; 
}

A:Hover	{
  color: #000000;
  text-decoration: none;
}

A:Active{
  color: #000000;
  text-decoration: underline;  
}

BODY	{
  background: #FFFFFF;
  margin-left: 50px;
  margin-top: 10px;
  font-family: Georgia, serif;
  font-size: 9pt;
}

IMG	{
  border: 0;
}

TD	{
  font-size: 9pt;
  line-height: 14pt;
}

P	{
  font-size: 9pt;
  line-height: 14pt;
  margin: 3px;
}