/* CSS Document */

a:link {
  text-decoration:none;
  color: #192ae6;
  background: #face57;
}

a:visited {
  text-decoration:none;
  color: #000066;
  background: #face57
}

a:hover {
  text-decoration:none;
  color: #192ae6;
  background: #face57
}

a:active {
  text-decoration:none;
  color: #192ae6;
  background: #face57
}