A:link {
  color : #32cd32;
  text-decoration : none;
}
A:visited {
  color : #5501ff;
  text-decoration : none;
}
A:active {
  color : #ff69b4;
  text-decoration : none;
}
A:hover {
  color : #ff47a6;
  background-color : #c9feff;
  text-decoration : underline;
}
