body {
  font-size: large;
  font-family: sans-serif, Comic;
  color: black;
  background-color: white;
}

#main_area , #footer , #google_banner_ad {
  text-align: center;
}

#main_area {
  margin: 1em;
}

#byline {
  margin: 1em;
  color: grey;
  font-size: smallest;
}

#google_search_results {
  width: 100%;
  /* Larger than any possible google search result page: */
  min-height: 100em;
  margin-top: 2em;
}

a img {
  border: 0;
}

#footer {
  font-size: small;
}

/* Home Page gets extra spacing: */

.lotsaspace {
  margin: 4em;
}

.lotsaspace #footer {
  margin-top: 6em;
}
