#content {
  float: right;
  margin: 1% 5% 0 0;
  padding: 1em;
  width: 60%;
  font: bold 1em/1.5em Arial, san-serif;
  color: #8F0000;
  }
#content .left {
  float: left;
  margin: 1.5em;
  max-width: 50%;
  }
#content .right {
  float: right;
  margin: 1.5em;
  max-width: 50%;
  }
#content a {
  color: #FE8E0A;
  }
#content a:hover {
  color: #8F0000;
  text-decoration: none;
  }
#content li {
  margin: 1em;
  }
#content h1 {
  font: bold 2em/1em Minion, serif;
  text-align: center;
  }
#content h2 {
  text-align: center;
  }
#content p {
  margin: 1em;
  }
.center {
  text-align: center;
  }