body {
  margin: 5px;
  padding: 0px;
}

#branding {
  font-style: italic;
  font-size: 280%;
  font-stretch: expanded;
  color: #6666cc;
}

.blue {
  background: #ccccff;
}

.white {
  background: #ffffff;
}

#left {
  width: 10em;
  padding: 0em 0.2em 1em 0.2em;
  float: left;
  border-right: 1em solid white;
}

#center {
  text-align: justify;
  margin-left: 10.4em;
  padding: 0px 5px 1em 5px;
  border-left: 1em solid white;
}

.bottom {
  clear: both;
  font-size: smaller;
}

.clear {
  clear: both;
  height: 1px;
}

.inset {
  border: 2px solid black;
  padding: 3px;
  margin-left: 11px;
  background-color: white;
  float: right;
  width: 22%;
  position: relative;
  left: -8px;
  font-style: italic;
  font-size: larger;
}

.dropcap {
  float: left;
  align: top;
  font-size: 250%;
}