body {
  font-family: Verdana, sans-serif;
}
h1, h2 {
  font-family: "Trebuchet MS", sans-serif;
}
h1 {
  color: red;
  font-size: 2.5em;
  padding-left: 5px;
  margin-bottom: -2px;
}
p, li {
  font-size: 1.2em;
  line-height: 1.4em;
}
div.rounded h2 {
  font-size: 2em;
  margin-bottom: 0;
}
div.rounded p {
  margin-left: 7px;
}
a {
  padding: 2px 1px 2px 1px;
}
a:link {
  color: #666;
}
a:visited {
  color: #666;
}
a:hover {
  color: #ccc;
  background-color: red;
}
a:active {
  color: #999;
}
.date {
  font-style: italic;
}
