body {
  font-family: garamond, serif;
  background: rgb(255, 255, 255);
  margin-left: 5%;
  margin-right: 5%;
  font-size: 150%;
}

tr {
  font-size: 150%;
}

h1, h2 {
  font-family: arial, sans-serif;
}

h1 {
  font-size: 60pt;
  color: red;
  margin-bottom: .5in;
}

h2 {
  font-size: 30pt;
  color: blue;
}

center {
  font-size: 100%;
}

pre {
  font-family: courier, monospaced;
  font-size: 50%;
}

span.markup {
  color: blue;
}

span.hi {
  background: yellow;
}

code {
  font-family: courier, monospaced;
}
