a:link {
  
text-decoration: none;
}

/* visited link */
a:visited {
  text-decoration: none;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: #fff;
}

/* selected link */
a:active {
  text-decoration: none;
}