html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Georgia", serif;
  background-color: #FFF;
  color: #000;
  margin-left: 5%;
  margin-right: 15%;
  margin-top: 1in;
  margin-bottom: 1in;
}

p {
  width: 40%;
}

h1, h2, h3, h4 {
    margin-top: 1em;
    margin-bottom: 0;
}
h1 {
  font-size:24pt;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 13pt;
}

#previews {
  font-family: monospace;
}

.num {
  width: 4em;
}

#canvas {
  padding-bottom: 5px;
  padding-top: 5px;
}