@import url(media.css);

html, body {
  margin: 50px auto;
  font-family: georgia;
  line-height: 1.2;
  width: 600px;
}

h1, .author {
  text-align: center;
}

h1 {
  font-size: 200%;
}

.author {
  text-indent: 0;
  font-size: 150%;
  margin-bottom: 50px;
}

.section {
  margin-bottom: 2em;
}

p {
  text-indent: 2em;
  margin: 0;
  padding: 0;
}

.footnote {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 5px;
  font-size: 90%;
}

.note {
  text-indent: 0;
  margin-bottom: 1em;
}

.sig {
  text-align: right;
  margin-top: 1em;
}

ol p, ul p {
  text-indent: 0;
  margin-bottom: 1em;
}

.image {
  text-indent: 0;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

blockquote p {
  text-indent: 0;
  margin-bottom: 1em;
}

table {
  border: 2px solid #000;
  border-collapse: collapse;
  margin: 2em auto;
  padding: 5px;
}

td {
  border: 1px solid #111;
  padding: 10px;
}