a:link {

  color: white;

}

 

 

a:visited {

  color: white;

}

 

/* mouse over link */

 a:hover {

  text-decoration: underline;

}

 

/* selected link */

a:active {

  color: white;