/* print styles */
body {
	color: black;
	background: white;
}

a:link, a:visited {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	background: white;
	color: black;
}

hr {
	height: 1px;
	color: #ddd; /* was: light grey */
}

div#topnav {
	display: none;
}

div#frame {
	border: none;
}

div#contentleft {
	display: none;
}

div#header {
	display: none;
}

div#contentright {
	width: 100%;
}


