 
BODY{font-weight : normal;
  
  background-color : teal;
  line-height : 0%;
}
A:HOVER{color : lime;}
A:VISITED{
  color : olive;
}
A{
  color : teal;
}
