body {
  background: black;
  }

div.content {
  margin: 50px 10% 0 10%;
  background: black; 
  }

div.content h1 {
  background: #006644; 
  border: 1px solid #00CC99; 
  padding: 0.5em 1em 0.25em;
  }

div.content h2 {
  background: #333333; 
  color: white; 
  padding: 0.5em; 
  margin: 0 -12px 0.5em; 
  border-color: #00CC99; 
  border-width: 1px 0; 
  border-style: solid;
  }

div.punch2 {
  float: left; 
  width: 100px; 
  height: 70px; 
  text-align: center; 
  background: black; 
  color: white; 
  border: solid #00CC99 1px; 
  border-width: 0 1px 1px 0; 
  padding: 0 10px 5px 0; 
  margin: -1px 25px 10px -1px;
  }

div.punchleft {
  float: left; 
  width: 25%; 
  text-align: left; 
  font-size: 140%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: black; 
  color: white; 
  border: solid #00CC99; 
  border-width: 3px 3px 3px 0; 
  margin: 0.2em 0.5em 0.2em -13px;
  }

div.punchright {
  float: right; 
  width: 25%; 
  text-align: left; 
  font-size: 140%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: black; 
  color: white; 
  border: solid #00CC99; 
  border-width: 3px 0 3px 3px; 
  margin: 0.2em -13px 0.2em 0.5em;
  }