.p a,
.h2 a {
  text-decoration: none;
  color: #2076bd;
}
.p a:hover,
.h2 a:hover {
  color: #7fb3d5;
}

.p a:not([href]):not([class]),
.p a:not([href]):not([class]):hover,
.h2 a:not([href]):not([class]),
.h2 a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
