@media print{
	body {
	    background-color:white; 
	    color: black;
	}
	footer, header, aside {
	    display: none;
	}
	
}