/* Print-optimized style sheet */
/* Created: Sept. 07, Beat Rupp */

body {
	background-color: #fff;
	font-family: Georgia, Times, Serif;
}

#navigation, #right, #menuwrapper, #footer {
	display:none;
}

#header {
	height: 80px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, "Sans-Serif";
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1em;
}
p, li {
	line-height: 1.4em;
}

/* for high-resolution printing of selected images/elements */
.print {
	display: inline;
	}
.screen {
	display: none;
	}