body {
  color: white;
  background-color: black;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}

H1 {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 1em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
}

H2 {
  font-size: 10pt;
  font-weight: normal;
  margin: 0em 0em 0em 1em;
}

A {
  color: white;
  text-decoration: none;
}

A:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

UL {
  font-size: 10pt;
  font-weight: bold;
  list-style-type: square;
  margin: 0em 0em 0em 1em;
}

UL UL {
  font-weight: normal;
  margin: 0em 0em 1em 2em;
}

LI.expanded {
  list-style-type: circle;
}

LI.collapsed { 
  list-style-type: disc;
}
