div#header,
div#footer,
div#ask-question,
div#summary,
div#author p img.sidebar-headshot,
p.author-link {
  display: none;
}

body {
  font-size: 14px;
  line-height: 150%;
}

h1 {
  font-size: 225%;
  line-height: 120%;
}

h2 {
  font-size: 175%;
  line-height: 120%;
}

h3 {
  font-size: 150%;
  line-height: 120%;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

div#author {
  border: 1px solid #000;
  padding: 10px;
}