body {
  color: #272727;
  font-family: helvetica, arial, clean, sans-serif;
  line-height: 1.4em;
  margin: 20px auto 18px 25%;
}

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

h2 {
	font-size: 18px;
    color:#686565;
}

a {
    color: #222;
}

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

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

}

#headerlink {
    color: #999494;
    text-decoration: none;
   	margin-left: 1em;
    font-size: 16px;
}

#container {
  	max-width: 50em;
  	min-width: 40em;
	width: 34em;
}

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

