body 
{  
  background-color: #5D89D1
}
a:visited:hover 
{ 
  color: blue; 
}
a:visited 
{ 
  color: #996633; 
}
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: 11px; 
}
.small 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #003366; 
  font-size: 9px; 
}
.ari12r 
{
  font-family: Arial, Helvetica, sans-serif; 
  color: red; 
  font-size: 12px; 
}
