/*
	This CSS-document contains definitions that apply when nucleuscms.org is being
	printed
*/

#stuffbar, #hierarchy, #search { 
	display: none; 
}

#contents, #header {
	margin: 0px;
}

.note {
	background-color: whitesmoke;
	padding: 5px;
}

#contents h2 {
	font-size: 150%;
	border-bottom: 1px dashed #999;
	color: #448;
}
#contents h3 {
	font-size: 105%;
	border-bottom: 1px solid #eee;
	color: #113;
}