/* print styles */
BODY {
	color: black; 
	background: white;
}
A:link, A:visited {
	background: white; 
	color: black;
    font-weight: bold;
}

H2 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
	font-size: 14px;
}


H1, H3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
}

.navigation {
	display: none;
}