body {
  color: #222;
  font-family: 'Times New Roman', 'Times', serif;
  line-height: 1.4em;
  margin: 20px auto 18px 25%;
}

h1 {
  color:#686565;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 18px;
}

h2 {
    color:#686565;
}

a {
    color: #222;
}

.signoff {
    font-size: 16px;
    color:#686565;
    text-align: right;

}

#title {
    font-size: 44px;
    color:#686565;
    text-decoration: none;

}

#parenthlink {
    color: #999494;
    text-decoration: none;
   
    font-size: 22px;
}
#wrapper {
  max-width: 50em;
  min-width: 40em;
  width: 32em;
}

header, footer, nav, article { display: block; }
