a {
  color: orange;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: yellow; }
