body {
  font-size: 10px;
  font-family: 'georgia', 'times new roman', serif;
  margin: 1em auto 1em auto;
  width: 55%;
  max-width: 800px;
  min-width: 475px; }

article {
  font-size: 1.7em;
  line-height: 1.48em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-transform: lower; }

h1 {
  font-size: 1.2em;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
  margin: 0.67em 0p 0.75em 0em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 117em;
  font-weight: normal;
  font-style: italic; }

a:link, a:visited {
  text-decoration: none;
  color: #00f; }

a:hover {
  text-decoration: underline; }

.strike {
  text-decoration: line-through;
  color: #ccc; }
  .strike a:link, .strike a:visited {
    color: #ccc; }

footer {
  margin-top: 4em;
  border-top: 1px solid #ccc;
  font-size: 1.6em; }
  footer h1 {
    border-bottom: none;
    color: #ccc; }
  footer div {
    margin: 1.2em 0; }
  footer a:link, footer a:visited {
    color: #ccc; }
  footer a:hover {
    color: #333; }
  footer small {
    color: #ddd;
    display: block; }

