body {
  color: #000;
  font: 10pt Georgia,"Times New Roman",Times,serif;
  line-height: 1.5em;
}

a:link, a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
}

a[href^="/"]:after {
  content: " (http://www.fastforwardhannover.net" attr(href) ") ";
}

h1 a:link:after, h1 a:visited:after {
  content: "";
}

h1, h2 {
  font-size: 1.5em;
}

h1 {
  border-bottom: 1px solid #aaa;
}

blockquote {
  margin: 0px 0px 10px 0px;
  padding: 0px 10px;
  border: 1px solid #aaa;
}

p {
  width: auto;
}

hr, #banner, #navigation, #top-shadow, #top, #audio, img {
  display: none;
}