 
A{
  color : gray;
  text-decoration : none;
}
A:VISITED{
  color : gray;
  text-decoration : none;
}
A:HOVER{
  color : #ff8000;
  text-decoration : underline;
}
A:ACTIVE{
  color : #ff8000;
  text-decoration : underline;
}
