/* print.css */
* {
background:white !important;
border:0 transparent;
color:black;
}
body, p, a, tr, td, h1, h,2, h3, h4, h5 {
	color:#000000 !important;
	background-color:#FFFFFF !important;
}

#menu {
display:none !important;
}
#textMain * {
display:block !important;
}

