a:link {
  font-weight : normal;
  color : #1C6AB2;
  text-decoration : none;
}


a:visited {
  font-weight : normal;
  color : #1C6AB2;
  text-decoration : none;
  }


a:hover {
  color : #1C6AB2;
  text-decoration : none;
  background-color: transparent;
}