BODY {
  background: #ffffcc;
}

a.title {
  text-decoration: none;
  color: #000000;
}

h4 {
  font-size: small;
}

h3 {
  font-size: small;
  color: #555555;
}

h2 {
  font-size: 120%;
  color: #555555;
}

hr.seemore {
}

blockquote {
  font-size: 90%;
  border-color: #eeeeee;
  background: #eeeebb;
  border-style: solid;
  border-width: thin;
  padding-right: 2ex;
  padding-left: 2ex;
  padding-top: 1ex;
  padding-bottom: 1ex;
  margin: 2ex;
}