/* CSS Document */

#navigation {
	width:0%;
	display:none;
}

#extra {
	width:0%;
	display:none;
}

#content {
	width:70%;
	margin:0 0 0 0;
	padding: 0 1em 0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	page-break-inside:avoid;
}

h1, h2, h3, h4 {
	page-break-after:avoid;
}