<style>
a:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #29ABE2;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #29ABE2;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
</style>
