a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
h1 {
 color: white;
}
h2 {
 color: white;
}
h3 {
 color: white;
}
h4 {
 color: white;
}
h5 {
 color: white;
}
h6 {
 color: white;
}