/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
}

@page {margin-top: 2cm; margin-left: 2cm; margin-right: 2cm; margin-bottom: 2cm;}


.site-header { display:none; }
.widget-area { display:none; }
.site-footer { display:none;}
.entry-content {display: block; 
	margin-left:0; 
     	float:none; 
     	width:100%; 
	border: 0px !important;
	text-align: justify !important;
}
.entry-content img{
	border: 0px solid black !important;
	border-radius: 0 !important;
}
.content-area {
	width:100% !important;
}



.ssba {display: none;}
.site {border: 0px !important; box-shadow: none !important;}










