body{
	h6 {
		font-size: 90%;
	}
	
	p {
		orphans: 3;
		widows: 3;
	}
	
	#mainContent {
		color: #000;
		min-width: auto;
		max-width: auto;
		width: auto;
		margin: 0;
		padding: 0;
		overflow: visible;
		position: static;
	}
	
	.nextPrev + .breakout {
		display: none;
	}
	
	.nextPrev {
		display: none;
	}
	
	.breakout {
		background: none;
		padding: 0;
		margin: 1em 5em;
		position: absolute;
		width: auto;
	}
	
	a {
		text-decoration: none !important;
	}
	
	ul li {
		list-style-image: none !important;
	}
	@media print {
	h6 {
		font-size: 90%;
	}
	
	p {
		orphans: 3;
		widows: 3;
	}
	
	#mainContent {
		color: #000;
		min-width: auto;
		max-width: auto;
		width: auto;
		margin: 0;
		padding: 0;
		overflow: visible;
		position: static;
	}
	
	.nextPrev + .breakout {
		display: none;
	}
	
	.nextPrev {
		display: none;
	}
	
	.breakout {
		background: none;
		padding: 0;
		margin: 1em 5em;
		position: absolute;
		width: auto;
	}
	
	a {
		text-decoration: none !important;
	}
	
	ul li {
		list-style-image: none !important;
	}