strong a, strong a:link, strong a:visited, strong a:hover {
  font-weight: 700;
  text-decoration: underline;
}
strong a:hover {
  text-decoration: none;
}