/***********************************************************************************************
		
	Print stylesheet

***********************************************************************************************/
@media print {	
    body { font: normal normal 12px/1.5em Arial, Helvetica, sans-serif; }
    a[href]:after { content: " (" attr(href) ") "; font-size: 90%; }
    a[href^="/"]:after { content: " (http://xhtmlized.com" attr(href) ") "; }
    #accessibility-nav, .hide { display: none !important; }
}
