body {
  background-color: black;
  color: white;
  font-family: Arial;
}

a:link {
  color: white;
}

a:hover {
  color: yellow;
}

table, th, td {
  border: 2px solid white;
}

/* why.htm /*