body {
  background-color: #fee8c8;
  padding: 0;
  margin: 0;
  font-family: Baskerville, Cambria, 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', Times, serif;
  line-height: 1.4;
}

body > p,
body > ul,
body > pre,
body > h1,
body > h2,
body > h3,
body > h4,
body > h5,
body > h6,
body > table {
  position: relative;
  width: 65%;
  left: 15%;
}

address,
cite {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: italic;
  font-weight: normal;
}

h1 {
  margin-top: 10px;
}

a {
  text-decoration: none;
}

a:link {
  color: black;
  border-bottom: 1px dotted black;
}

a:visited {
  color: #555555;
  border-bottom: 1px solid #555555;
}

a:hover,
a:visited:hover {
  color: #c13100;
  border-bottom: 1px solid #c13100;
}

a:active,
a:visited:active {
  color: #5a1301;
  border-bottom: 1px solid #5a1301;
}

.date {
  color: #aaa;
  text-transform: uppercase;
  font-size: 80%;
}

#footer {
  display: block;
  font-size: 75%;
  margin-top: 10px;
  margin-bottom: 5em;
}


