body {
  font-family: "Courier New", Courier, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 5% 15% 5% 15%;
}

div.entry {
  padding-bottom: 2em;
}

.smaller {
  font-size: 85%;
}

h3 {
  padding-bottom: 0;
  font-size: 1.3em;
}

div#header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}

.posted {
  font-size: 85%;
  color: #666;
}

div#footer {
  font-weight: bold;
  margin-top: 3em;
  color: #000;
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
}

a:link, a:active, a:visited, a:hover {
  color: #930;
  text-decoration: none;
  }
a:hover { text-decoration: underline; }
a:link.red, a:visited.red { color: #966; }

a:link.header,
a:active.header,
a:visited.header,
a:hover.header {
  text-decoration: none;
  color: #000;
}

