body 
{  
  background-color: #CF8100;
  margin-left: 0em;
  margin-top: 0
}
a:visited:hover 
{ 
  color: blue; 
}
a:visited 
{ 
  color: #800000; 
}
a:hover 
{ 
  color: blue; 
  text-decoration: none
}
a:active 
{ 
  color: #9966CC; 
}
a:active:hover 
{ 
  color: blue; 
  text-decoration: none
}
a 
{ 
  color: #000000; 
}
td 
{
  font-family : Arial, Helvetica, sans-serif; 
  color: #000000; 
  font-size: 12px; 
}

