body {
  background-color: #000000;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: white;

}

/*
/* unvisited link */
a:link {
  color: #00FFFF; text-decoration: none;
}

/* visited link */
a:visited {
  color: #00FFFF; text-decoration: none;
}

/* mouse over link */
a:hover {
  color: red; text-decoration: none;
}

/* selected link */
a:active {
  color: white; text-decoration: none;
}
