html { background-color: #181818; }

body {
  font-family: "Times New Roman", Serif;
  background-color: white;
  width: 75%;
  margin: 5em auto;
  border: 1px solid #555555;
  display:table;
}

#header {
  color: white;
  background-color: #070707;
  padding-right: 1ex;
  height: 215px;
  text-align: right;
  font-size: 300%;
}

#header p {
  padding-top: 1.5ex;
  padding-bottom: 1.5ex;
}

#middle {
  min-height: 23em;
  margin-top: 3em;
  height: auto;  
}

#content {
  width: 65%;
  float: left;
  margin-top: 1em;
  margin-left: 3.5em;
  margin-bottom: 3em;
  font-size: 100%;
  text-align: justify;
}

#content table {
  width: 100%;
}

#content tbody td {
  padding: 1ex 0;
  vertical-align: middle;
}

#content a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#content a:hover {
  text-decoration: underline;
}

#content img {
  margin: 1em;
}

#content p {
  margin-bottom: 1.5em;
}

#content h1 {
  font-size: 200%;
  margin-bottom: 1em;
}

#content h2 {
  font-size: 150%;
  margin-bottom: 1em;
}

#content ul {
  margin-left: 1.5em;
  list-style-type: square;
}

#content li {
  padding-top: 1em;
}

#menu1 {
  font-size: 125%;
  text-align: right;
  width: 17%;
  margin-left: 83%;
}

#menu1 a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 1.1em;
  padding-right: 1.3em;
  border-bottom: 1px #bbbbbb solid;
}
#menu1 a:hover {
  color: white;
  background-color: black;
}

#footer {
  color: #555555;
  text-align: center;
  min-height: 2em;
  margin-top: 2em;
}
	