body {
	margin: 0 auto;
	padding: 0;
	// font-family: "Times New Roman",Serif;
	background: white;
	color: black;
}
	
#wrap {
	margin: 8%;
	width: auto;
	float: none !important;
}

h1 h2 h3 h4 {
	page-break-after: avoid;
}

.page_breaking {
	page-break-before: always;
}

a {
	text-decoration: none;
	color: black;
}
