BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
      }


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

A:hover { 
  color: #8E8E8E; 
  text-decoration: underline; 
}


