body {
  background: #c0c0c0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}

.container {
  width: 760px;
  margin: 20px auto;
  background: #ffffff;
  border: 2px solid #000;
  padding: 15px;
}

h1 {
  font-size: 28px;
  margin-bottom: 0;
}

h2 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

.tagline {
  font-size: 12px;
  color: #444;
}

.nav {
  font-size: 13px;
  margin-top: 6px;
}

.post-list {
  list-style-type: none;
  padding-left: 0;
}

.post-list li {
  margin-bottom: 6px;
}

.date {
  font-family: monospace;
  color: #666;
}
