body {
  font-family: Verdana, sans-serif;
}

#hd h1 {
  font-size: 3em;
  font-weight: bold;
  text-shadow: #666666 3px 3px 3px;
  padding-top: .5em;
}

h3 {
  font-weight: bold;
}

#hd h1 span {
  color: #f00;
}

#bd {
  margin-top: 1em;
}

.round {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}

.post cite {
  color: #aaa;
  font-style: italic;
}

.post p {
  margin: 1em 0;
}

.post h2 {
  font-size: 1.5em;
  font-weight: bold;
}