/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color/image */
.navigation, .copy, .topPageNavigation { 
	display: none;
}
body {
	font-family: serif; 
	background-color: white;
	color: black;
}
.print {
	display: block;
	font-size: 90%;
	text-align: center;
}
