a:link{
  color:white;
}
a:visited{
  color:white;
}
a:hover{
  color:orange;
}
a:focus{
  color:green;
}
a:active{
  color:red;
}