h1 {
  font-size: 200%;
  margin: 0px;
  color: white;
  background: black;
  text-align: center;
  font-weight: normal;
  padding: 1em;
}

h2 {
  margin: 0px;
  margin-top: 2px;
  padding: 4px;
  font-size: 120%;
  font-style: italic;
  color: white;
  background: #885544;
  text-align: center;
  font-weight: normal;
}


div#author {
  margin: 0px;
  margin-top: 0px;
  padding-bottom: 4px;
  font-size: 90%;
  font-style: italic;
  color: white;
  background: #885544;
  text-align: center;
  font-weight: normal;
}


h3 {
  margin-top: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  font-size: 100%;
  color: #885544;
  text-align: left;
  font-weight: bold;
}

p {
  margin-left: 5em;
  margin-right: 5em;
  margin-top: 1em;
  margin-bottom: 2px;
  text-align: justify;
}


body,td { 
  font-family: Bepa, Verdana, sans, sans-serif;
  font-size: 10pt;
  color: black; 
}

body {
  background: white;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2em;
}

a { 
  text-decoration: underline; 
  color: #855; 
}

a:hover { 
  text-decoration: underline; 
  color: #e88; 
}

pre {
  margin-left: 8em;
  margin-right: 8em;
  margin-top: 1em;
  margin-bottom: 1em;
  //border: 1px solid black;
  background: #f0e0e0;
  padding: 1em;
  font-family: monospace;
}

div.caption {
  margin: 0px;
  margin-top: 10px;
  padding-bottom: 0px;
  margin-bottom: -6px;
  font-size: 80%;
  font-style: italic;
  color: black;
  text-align: center;
  font-weight: normal;
}


ul {
  padding-left: 6em;
}

img {
  border: 0px;
}

table {
  margin: 1em;
}

th {
  background: #865;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
}

td {
  background: #e8d4c3;
  padding-left: 1em;
  padding-right: 1em;
}

tr.odd>td {
  background: #f0eedd;
}

note {
  display: block;
  margin-left: 6em;
  margin-right: 6em;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e0e0;
  padding: 1em;
  font-size: 80%;
}

hr {
  height: 1px;
  border: 1px solid;
  color: #885544;
  margin-left: 4em;
  margin-right: 4em;
  margin-top: 8em;
}

