/* CSS Document */

body {
  background: #FFFFFF;
}  

body, td, p, a {
  font-family: Tahoma, Arial, Verdana;
  font-size:11px;
}

a {
  font-weight: bold;
  color: #157F3F;  
}
a:link {text-decoration: none; color: #157F3F;}
a:active {text-decoration: none; color: #157F3F;}
a:visited {text-decoration: none; color: #157F3F;}
a:hover {text-decoration: none; color: #666666;}
