a {
  text-decoration: none;
}

a:hover {
  color: green;;
}

a:active {
  color: orange;
}

a:focus {
  border: 1px solid red;
}

a:visited {
  color: purple;
}