/*-------------------------------------------------------------------------------------------*/
/* PRINT */
/*-------------------------------------------------------------------------------------------*/

* {
background-color: white !important;
background-image: none !important;
}

#header {display:none;}

body {visibility:hidden;background:white;}
.print {visibility:visible; background:white;  width: 100%; margin: 0; padding:0; float: none;} 

a:link:after {
	content: " (" attr(href) ") ";
}


