body {
	background: white;
	color: #000;
	font-size: 1em;
	}
	
h1 	{font-size: 1.4em;}
h2	{font-size: 1.2em;}

a:link, a:visited {
	background: #fff; color: #000; text-decoration: underline; font-weight: bold;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: .8em;
}
 
#printlogo img 	{ width: 180px; height: 50px; margin-bottom: 20px;} /* displays the print logo */

/* hide menus and header */
#header { display: none; }
#footer p.links { display: none; }

.title_left img,
.title_center img, 
.title_center_sub img,
.title_right img { display: none; }