a {
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#header  a:hover {
  color:#dff4ff;
}

#logo a{
  color:white;
}