@media screen,print
{
  
        @page {
		
  size: A4;
 
}
body{
	background-color: #ffffff;
}




}