a {
      color: black;
      text-decoration: none;
      }

a:hover {
      color: silver;
      text-decoration: none;
      background: #017faf;
      }

