/*remove unneeded page elements*/
#header, #navigation, #extra, #footer {
	display: none !important;
}

/* remove backgrounds */

body {
	background: #FFF;
	text-align: left;
}

/*layout adjustments */
#container {
	background: #FFF;
	width: auto !important;
	border-style: none !important;
}
#content {
	border: none;
	padding: 0;
	width: auto;
}

/* font settings */
* {
	color: #000000 !important;
}

h1 {
	font-size: 13pt !important;
}

h2 {
	font-size: 12pt !important;
	font-weight: bold !important;
}
h3 {
	font-size: 12pt !important;
	font-weight: bold !important;
}
h4 {
	font-size: 10pt !important;
	font-weight: bold !important;
}
p {
	font-size: 10pt !important;
}

  


