A:link {
  color : #FF0000;
  text-decoration : none;
}
A:visited {
  color : #FF6633;
  text-decoration : none;
}
A:hover {
  color : #FF0000;
  text-decoration : underline;
}
A:active {
  color : #FF00FF;
  text-decoration : underline;
}