HTML {
  background-color: black;
  margin: 2em;
}

BODY {
  color: #993300;
  background-color: #FFCC99;
  padding-left: 3em;
  padding-right: 5em;
  padding-top: 2em;
  padding-bottom: 3em;
  font-family: Arial, Helvetica, sans-serif
}

A:link {
  color: #CC9900;
  font-weight: bolder;
  text-decoration: underline;
}

A:visited {
  color: #CC9933;
  text-decoration: underline;
}

H1 {
  margin-bottom: 1em;
}

.ref {
  font-style: italic;
}

DIV.resources {
  float: right;
  width: 30%;
  border: solid;
  margin-left: 2em;
  margin-bottom: 2em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  padding-top: 0em;
}

DIV.main P {
  text-indent: 1em;
  text-align: justify;
  line-height: 150%;
}

DIV.notes {
  font-size: smaller;
}

DIV.footer {
  clear: both;
  margin-top: 2em;
  font-size: smaller;
  padding: 1em;
  border-top-style: solid;
  border-top-width: thin;
  width: 70%;
  font-style: italic;
}

DIV.footer P {
  margin-top: 0em;
  margin-bottom: 0em;
}

DIV.footer ADDRESS {
  margin-top: 0em;
  margin-bottom: 0em;
  font-style: italic;
}

  
