head {
  background-color: black;
  color: aliceblue;
  font-family: Helvetica;
    font-size: 14;
}
body {
  background-color: black;
  color: aliceblue;
  font-family: Helvetica;
    font-size: 14;
}

a:link {
  color: aliceblue;
  background-color: transparent;
  text-decoration: none;
    font-size: 14;
}

a:visited {
  color: aliceblue;
  background-color: transparent;
  text-decoration: none;
    font-size: 14;
}

a:hover {
  color: aliceblue;
  background-color: transparent;
  text-decoration: underline;
    font-size: 14;
}

a:active {
  color: aliceblue;
  background-color: transparent;
  text-decoration: underline;
    font-size: 14;
}
