body {
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  background-color: #e2dedb;
}

div.text {
  font-family: "Palatino Linotype", serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
}

div.text div.menu {
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div.text div {
  text-align: justify;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div.text p {
  text-indent: 1em;
  text-align: justify;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div.text ol {
  margin-left: 4em;
  margin-right: 2em;
  text-align: justify;
}

span.down {
  border: 2px inset;
  background-color: #cdcdcd;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right:0;
  font-size: x-small;
}

span.up {
  border: 2px outset;
  background-color: #cdcdcd;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right:0;
  font-size: x-small;
}

a.b:link {
  text-decoration: none;
  color: #400000;
}

a.b:visited {
  text-decoration: none;
  color: #400000;
}

a.b:active {
  color: maroon;
}

a.b:hover {
  text-decoration: none;
  color: red;
  position: relative; top: 0px; left: 0px;
}

