/* --- print media styles ---
  with thanks to www.alistapart.com
*/
body {
   background: white;
   font-size: 12pt;
   width: auto;
   margin: 0 5% 0 10%;
   }
h1 {
   font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
#pageheader {
	display: none;
}
#menu {
	display: none;
	font-size: 0px;
	line-height: 0px;
}
#content {
   width: auto;
   margin: 0;
   padding: 0;
   border: none;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/* --- 
  replace relative URLs with full address by inserting base address
*/
#content a[href^="/"]:after {
   content: " (http://www.reep.org/" attr(href) ") ";
}
.noprint {
	display: none;
}
.ahem {
	display: none;
}

