 
A:VISITED{
  color : #ff812d;
  text-decoration : none;
}
A:HOVER{
  color : blue;
  text-decoration : none;
}
A:LINK{
  text-decoration : none;
  
}
A:ACTIVE{
  color : #ff812d;
}
