.modern-link {
  cursor: pointer;
  color: #0070d7;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}
.modern-link:hover {
  text-decoration: underline;
}

a {
  color: #0070d7;
  text-decoration: underline;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
