/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {
	margin: 0.6em;
	background: none #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	width: auto;
	margin: 0;
	padding: 1em;
	color: #000000;
	}
#navbar, #adverts, #footer  {
	display: none;
	}
#main {
	font-family: Arial, sans-serif;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: justify;
	font-size:100%;
	}
p {
	text-indent: 20px;	
	}
h1 {
	font-family: Arial, sans-serif;
	font-size: 130%
	}
h2 {
	font-family: Arial, sans-serif;
	font-size: 110%
	}
a {
	text decoration: underline;
	color: #000000;
	}
dt {
	text-indent: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	}
dd {
	text-indent: 20px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	margin-left: 15px;
	}
.simplelist {
	text-indent: 20px;
	padding: 0px;
	font-size: 80%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 0px;
	list-style-type: none;
	list-item-position: outside;
	}
.bulletlist {
	text-indent: 20px;
	padding: 0px;
	font-size: 80%;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 0px;
	list-style-type: disc;
	list-item-position: outside;
	}