

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
 color: #ddd;
 text-decoration: underline;
}