
a {
/* Places underlines below the descenders */
text-underline-position: under;


/* Sets the thickness as a percentage of the font size */
text-decoration-thickness: 8;
}


a {
  color:#017698;
  text-decoration:none;
  cursor:pointer
}
a:visited {
/*  color:#804180*/
  color:#017698
}
a:hover {
  text-decoration:underline
}
a:hover.no-decoration {
  text-decoration:none
}
a:active {
  color:#007192
}