.print-only {
  display: block;
}
body {
  font: 12pt Georgia, "Times New Roman", Times, serif;
  line-height: 1.3;
  background: white;
  color: black;
  margin: 0;
}
#top-nav,
#searchform,
#main-nav,
#section-stay-tuned,
#sidebar,
#comments,
#nav-below {
  display: none;
}
#content {
  display: block;
  width: auto;
  float: none;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 24pt;
}
h2 {
  font-size: 14pt;
  margin-top: 25px;
}
aside h2 {
  font-size: 18pt;
}
blockquote,
ul {
  margin: 0;
}
ul {
  list-style: none;
}
ul li {
  content: "» ";
}
