a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: green;
}
