@media screen, projection {
/* The regular stuff. */
}

@media print {

	* { background: #fff; color: #000; }
	html { font: small Georgia, serif; }

	#nav, #navhead, #atoz, #about, #side, #header, #footer { display: none !important; }
	/* #medialinks, #innercontent, #sidebar, #centrebar, #seal {display:none;} */

	a, 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%;
   		}

	div#mainlink {display:none;}
	div.totop {display:none;}
}