a {
  text-decoration: none;
}
a:hover {
  color: white;
  background-color: silver;
}
p {
  line-height: 1.2em
}
 