body {
  color: black;
  background: white;
  margin-bottom: 6ex;
  font-family: Verdana, Arial, Helvetica, sans-serif, Comic Sans MS;
  font-size: 12px;
}

h1 {
  color: white;
  background: white;
  margin-bottom: 2ex;
}

h2 {
  color: white;
  font-family: Comic Sans MS;
  font-size: 20px;
  font-weight: normal;
}

h3 {
  color: white;
  font-family: Comic Sans MS;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0ex;
}

h4 {
  color: white;
  font-family: Comic Sans MS;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10ex;
}

table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5ex;
}

thead td, th {
  color: white;
  font-family: Comic Sans MS;
  margin-left: auto;
  margin-right: auto;
  background: #0033FF;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.5ex;
  border: 0.5pt white;
}

tbody td, td {
  color: white;
  font-family: Comic Sans MS;
  margin-left: auto;
  margin-right: auto;
  background: #0033FF;
  font-size: small;
  padding: 0.5em 0.5ex;
  border: 0pt white;
  text-align: center;
}

pre {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif Comic Sans MS;
  font-size: 12px;
}
