@charset "utf-8";
/* CSS Document */
.print {visibility:visible;} 
#nav, #topImages, form,
#leftside *{
	display:none;
}
h1 {
	font-size: 16pt;
}
p {
	font-size: 14pt;
}
body {
	size: portrait;   /* Limited browser adoption of this rule, but should work more reliably in later versions */
	margin: 1in;
	width: 6in;
}

