body {
  background-color: #fff;
  color: #444;
  margin: 0;
  padding: 1em 2em;
  font-family: Georgia, Serif;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0;
  word-spacing: normal;
  text-decoration: none;
  text-align: center;
}
#content {
  text-align: left;
}
h1 {
  font-size: 160%;
  font-weight: bold;
}
h2 {
  font-size: 120%;
  font-weight: bold;
}
h3 {
  font-size: 80%;
  font-weight: bold;
  font-style: italic;
}
#footer {
  border-top: #000 solid 1px;
  font-size: 80%;
  font-style: italic;  
}
a.rss, a.rss:link, a.rss:hover, a.rss:visited {
  padding: 0.2em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #f60;
}
a:hover {
  background-color: #ccd9ff;
}
img {
  padding: 0.3em;
  background-color: #eee;
  border: #c2c2c2 solid 1px;
}
blockquote {
  font-style: italic;
  margin-left: 1em;
  padding: 0.5em;
  border-left: #c2c2c2 solid 0.3em; 
}
.small {
  font-size: 80%;
}
