
#resources, #sidebar {
	display: none;
}
body {
	background: #FFF;
}
#allcontent {
	background: #FFF;
	border-style: none;
	width: auto;
}
#main {
	border: none;
	padding: 0;
	width: auto;
}

* {
	color: #000000 !important;
}
h1 {
font-size: 18pt !important;
}
h2 {
	font-size: 14pt !important;
	font-weight: bold !important;
}
h3 {
	font-size: 12pt;
	font-weight; bold !important;
}
p {
	font-size: 10pt !important;
}
a: after {
	content: " (" attr(href) ";
}