  .content {/* style grouping for content divs */
  margin: 0.5em 1%;
  font: 1em Georgia, Palatino, Serif; 
  padding: 0;
  border: 1px groove  #c0c0c0;
  }

  h1.float-left {/* header element float */
  float: left;
  width: 125px;
  margin: 0 100 0 0;
  background: #eee8aa;
  border-right: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;
  }

  p.top {/* after header margin adjustment */
  margin-top: 0;
  border-top: 3px dotted #696969;
  background: #ffffe0;
  }
