@import "/grayarea.css";

.content {
  width: 36em;
  line-height: 150%;
  color: #404040;
}  

.intro, .author {
  font-weight: bold;
}

h1 {
  font-size: 130%;
  font-variant: small-caps;
  margin-top: 0px;
}

h2 {
  margin-top: 2em;
}
p {
  margin-top: 1.5em;
}
sup {
  font-weight: bold;
  line-height: 100%;
}
hr {
  margin-top: 5em;
  margin-bottom: 0;
}
p, h1, h2 {
  clear: both;
}

.picture {
  text-align: center;
  margin: 2em 0;
}
.picture p {
  text-align: left;
  margin: 0;
  margin-left: 14em;
  font-size: 75%;
  line-height: 1;
}

.picture img {
 width: 42%;
}
