body {
  background-color: black;
  color: gray;
  font-size: smaller;
}

ul {
  list-style-type: none;
}

ul ul {
  display: none;
}

tbody td, tbody th {
  color: inherit;
  background-color: inherit;
  border: 2px groove gray;
}

a:link {
  background-color: inherit;
  color: white;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
}

a:visited {
  background-color: inherit;
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-style: none;
}

input[type="text"], input[type="password"] {
  background-color: inherit;
  color: inherit;
}

input[type="submit"] {
  background-color: inherit;
  color: white;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
}
