body{
	font-family:'Iowan Old Style','Book Antiqua',Georgia,serif;
	text-align:justify;
	max-width:36em;
	margin:0 auto;
	padding:1.5em;
	color:#222;
	background:#fff;
}
.pen{
	display:block;
}
h1{
	font-size:3em;
}
table{
	max-width:100%;
	overflow:hidden;
}
@media screen {
	.pennod{
		margin-top:2em;
		padding-top:1em;
		border-top:1px solid #ccc;
		min-height:20em;
		clear:both;
	}
	.pennod h3:first-child{
		margin-top:1em;
	}
	.pennod:last-child{
		margin-bottom:6em;
	}
}
@media only screen and (max-width:360px) {
	body{
		text-align:left;
	}
}
@media print {
	body{
		color:#000;
	}
	.pennod{
		page-break-before:always;
	}
	.dim-argraffu{
		display:none;
	}
}
