@import "base.css";
@import "html.css";

@media print{
	body
	{
	zoom: 65%; 
	}

#container
	{
	overflow: visible !important;
	}
}


