#container {
	height: 100%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	display: none;
}
#container #menu {
	display: none;
}
#container #content {
	padding: 1%;
	height: 98%;
	width: 98%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
h1 {
	font-size: 28pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
