/* CSS Document */

a:link {
  color: blue ;
  background-color: transparent ;
  text-decoration: none ;
}


a:hover {
  color: black ;
  background-color: BEE061 ;
}

