body {
  background-color: white;
  color: black;
  font-size: 120%;
  font-family: "Lucida Grande", "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#content {
  padding: 20px;
}

h3 {
  font-size: 130%;
  margin-top: 1.25em;
  margin-bottom: .5em;
}

a {
  color: #6d91ba;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  background: #6d91ba;
  text-decoration: none;
}

#header {
  background-color: #c00;
  color: white;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 20px;
}
#header a, #header a:visited {
  background-color: inherit;
  color: white;
  text-decoration: none;
}
#header a:hover, #header a:visited:hover {
  text-decoration: none;
}
#site-title {
  font-size: 180%;
  font-weight: bold;
  margin-top: 19px;
  margin-left: 20px;
}
#site-subtitle {
  color: #fc6;
  font-size: 100%;
  font-style: italic;
  margin-left: 20px;
}

#footer {
  color: #999;
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
  font-size: 80%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

#footer p {
  padding-left: 20px;
  padding-right: 20px;
}
