@media print {
body   { 
    font-family:Tahoma, Geneva, sans-serif;
	font-size:			12pt;
	font-weight:		normal;
	color: 				black;
	background-color: 	white;
    width: auto;
    height: 550px;
	}
h1 {
	font-weight: 		600;
	font-size: 			24pt;
	color: 				black;
}

h2	{
	font-size:			14pt;
	font-weight:		bold;
	color:				black;
}

a   {
	color: 				black; 
	font-weight: 		bold; 
}

a:hover	{
	color: 				black;
	font-weight: 		bold; 
	text-decoration: 	none;
}

p	{font-size:	normal;	}

img	{
	border-width:		0;
	margin:				0;
	padding:			6px;
    max-width: 40%;
       
}
#container { width: auto; 
    background-color: #fff;
    border: none;
        }
#sectionNav {display:none;}
#sidebar {display:none;}
#sidebarNav {display:none;}

#subMenu {display:none;}

#footer {display:none;}

#button {display:none;}
#header {display:none;}

#mainContent { width: 500px; 
     max-height:500px; 
    margin: 6px;}
}