/* Stylesheet modifications for printing all pages on site */

/* Fit content onto 8 1/2 x 11 page for printing */
div#body {
  width: 624px;
}

/* Remove browser navigation sections */
div#menu, div#links {
  display: none;
}

/* Reduce image sizes to fit side-by-side on page */
img#tagline {
  height: 28px;
  width: 264px;
}

img#logo {
  height: 28px;
  width: 296px;
}

/* Remove borders/padding from document sections */
/* Fonts with serifs are preferred for hardcopy pages */
div.section, div#footer {
  border: none;
  padding: 0;
  font-family: times,"century schoolbook",serif;
}

/* Treat hypertext links the same as normal text */
.section a, #footer a {
  color: black;
  text-decoration: none;
}

/* Reduce size of headings by 20% */
h1 {
  font-size: 160%;
}

h2 {
  font-size: 120%;
}

