a:link {
  color: orange ;
  background-color: transparent ;
  text-decoration: none ;
}


a:hover {
  color: blue ;
  background-color: orange ;
}

a:visited {
  color: blue ;
  text-decoration: none ;
}
/*This is the styling sheet for the bK Clan Website.*/