body { 
  background-color: black;
  color: white;
}

html > body {
  font-size: 12pt;
}

.superHeader {
  color: white;
  background-color: black;
}

.superHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-size: 12pt;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  color: rgb(0,255,0);
  background-color: black;
  text-decoration: none;
}

.midHeader {
  background-color: black;
  color: white;
  border-bottom: 3px dashed white;
}

.headerTitle {
  color: white;
  font-size: 300%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.headerTitle a {
  color: white;
}

#main-copy {
  color: white;
}

.thisPage, .thisPage a {
  color: white!important;
}

.thisPage:hover, a:hover {
  color: rgb(0,255,0)!important;
  background-color: black;
}

#footer {
  color: white;
  background-color: black;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  color: rgb(0,255,0);
  background-color: black;
}

#side-bar a {
  background-color: black;
  color: white;
}

#side-bar a:hover {
  background-color: black;
  color: rgb(0,255,0);
}

#main-copy h1, #main-copy h2 {
  color: white;
  background-color: black;
  font-size: 145.5%;
  font-weight: bold;
  margin: 2em 0 0 0;
  padding: 0.5ex 0 0.5ex 0.6ex;
  border-bottom: 2px solid white;
}

