@media print
{
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3;
	margin: 0px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 1.3;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1.3;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3;
}
#search, #nav, .post-edit-link, #footer, #print-button {
	display: none;
}
#bgbottom, #wrapper, .post, .entry, #content, #contentbg {
	display: inline;
	width: 100%;
	height: 100%;
	overflow: visible
}
a img {
	border: none;
}
.about-table-left {
	float: none !important;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin: 0px;
	padding: 0 0 45px 0;
}
.about-table-right {
	float: none !important;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin: 0px;
	padding: 0 0 45px 0;
}
}
@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 25mm 15mm 25mm 15mm;  
}  