#content {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: 2px 1px 5px #333, -2px 1px 5px #333;
  margin-top: 20px;
  padding: 20px;
}

#maintext {
  position: relative;
}

#firsttitle {
  color: red;
  position: absolute;
  top: -85px;
}

h1 {
  background-color: white;
  border-bottom: 1px solid black;
  color: #336299;
  font-family: Arial, sans-serif;
  font-size: 36px;
  margin: -8px -8px 0 -8px;
  padding: 8px 8px 2px 8px;
  text-align: center;
  vertical-align: middle;
}

h2, h3, h4, h5, h6 {
  background-color: white;
  color: #336299;
}

html, body {
  background-color: #8596AA;
  color: #000;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  margin: 0 1.5%;
  max-width: 1540px;
  padding: 0;
}

tt {
  font-size:13pt;
}

p, ul, ol {
  color: black;
  text-align: justify;
}
