a:link {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}
a:active {
  text-decoration: underline;
  color: #ffffff;
}
a:focus {
  text-decoration: underline;
}

