/*Netscape WONT accept bold attribute within Hn tags*/


body
{
  background-color: #f8f8f8;
}
h2 
{  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 22pt; 
  font-weight: normal; 
  color: #000000;
}
h3
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
h4
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
FONT 
{  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000000;
}
#stats
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
}
table
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}

#login 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}

a:hover 
{
  text-decoration: none;
  color: white;
  background-color: #FF8000;
}
a
{
  font-weight: bold;
  text-decoration: underline;
}

hr
{
  color: #000000;
} 
