a:visited {
  color: white;
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: underline;
  color: white;
}
hr {
  height: 1px;
  background-color: white;
}

