body {
	/*background: #eee;*/
	background: #eee;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

div#content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border: black solid 1px;
}

#title {
	text-align: center;
	border-bottom: black solid 1px;
}

div.text {
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: normal;
}

div.text p {
	/*text-align: justify;*/
}

div.text h1 {
	text-align: center;
	padding-top: 10px;
	margin-bottom: -10px;
}
div.text h2 {
	text-align: center;
	padding-top:	10px;
	margin-bottom: -5px;
}

div.text h3 {
	text-align: left;
	padding-top:	10px;
	margin-bottom: -10px;
}

@media print {
	div#index {
		page-break-after: always;
	}
}
