/* Change all link colors */
a {
  color: #000000 !important;  /* Your normal link color */
  text-decoration: none;
}

a:hover {
  color: #000000 !important;  /* Your hover color */
  text-decoration: underline;
}
