/* print media style */
img {display:none;

}

body {
	margin:0px;
	padding: 0px;
	
}

h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	background-color:white;
	margin: 5px;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	margin: 5px;

}
