@charset "UTF-8";


a:link {
  color:hsla(256,87%,84%,1.00);
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color:hsla(256,93%,93%,1.00);
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color:cyan;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

  
