/*
 * 20C3 print stylesheet
 */


html, body {
	background-color: white;
	color: black;

	line-height: 120%;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size:  12pt;
	margin: 1cm;
}

div.infobar, div.menu, div.overview {
	display:  none;
}

.floating-right {
	float: right;
	margin-left: 0.5cm;
}

.floating-left {
	float: left;
	margin-right: 0.5cm;
}
