body {
  color : black;
  background-color : white;
  letter-spacing : 1px;
  font-family : monospace;
  background : url(background.jpg);
}
ul, h1, h2, h3, h4 {
  margin : 0;
}
h1, h2, h3, h4 {
  font-weight : bold;
  text-decoration : underline;
  font-family : "Times New Roman", Times, serif;
}
h3 {
  font-size : 2.5em;
}
h1 {
  font-size : 2.0em;
  margin-bottom : 0.75em;
}
h3 {
  font-size : 1.5em;
}
h4 {
  font-size : 1.2em;
  margin-top : 0.75em;
}
h3, h4 {
  margin-bottom : 0.75em;
}
ul {
  white-space : normal;
}
em {
  font-size : 0.75em;
  font-style : normal;
}
ul li {
  white-space : pre;
}

