@media print
{
	html, body
	{
		overflow: visible;
		background-color: White;
		color: Black;
	}
	
	h1, h2, h3, h4, a:link, a:visited, a:active, .CourseNote, .LogoTitle
	{
		background-color: Transparent;
		color: Black;
	}

	div.Page
	{
		overflow: visible;
		height: auto;
		margin: auto;
	}

	div.InnerPage
	{
		overflow: visible;
		width: auto;
		margin: auto;
		padding: 1px 1px 0 1px;
		border: 0;
	}
	
	.NoPrint
	{
		display: none;
	}
	
	#Banner, #MenuBar, #IconBar, .DantesEdition
	{
		display: none;
	}
	
	#Content
	{
		margin-top: 0;
	}
	
	.AltColor, .HeaderAltColor
	{
		background-color: White;
		color: Black;
	}
}
