a {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  color: #00438a;
  text-decoration: underline;
}
