body {
  background-color: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 11pt;
}

body.black {
  background-color: #000000;
  color: #ffff00;
  font-family: sans-serif;
  font-size: 11pt;
}

body.black a {
  color: #ffff00;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  padding: 1em 0px 0px 0px;
}

