p a {
  text-decoration: none;
  color: black;
}

p a:hover {
  color: blue;
}
