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

