@page {
	margin: 1.2cm 1cm;
}
@font-face {
	font-family: "Almendra";
	src: url("Almendra-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Proza Libre";
	src: url("ProzaLibre-Light.ttf") format("truetype");
}
#IMGsliceBOX, #similarTitle, header, nav, footer, .download, .print, .likes, .share, .tags_box, #title, #headerBG, #menuApp, #infoApp, #shareBox, #sharedLinks, #cegielkaFotter {
	display: none;
}
body {
	font-family: "Proza Libre", "Open Sans", sans-serif;
	font-size: 16px;
	margin: 1.2cm 1cm;
}
content {
	display: block;
}
h1, h2 {
	font-family: Almendra, serif;
}
h1 {
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
}
h1:after {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 0.7em;
	font-style: italic;
	margin: 0.5em 0 2em;
	letter-spacing: 0.5px;
	content: attr(data-url);
}
h2 {
	font-size: 1.2em;
}
p {
	margin: 0.5em 1em 2em;
	text-align: justify;
}
blockquote {
	font-style: italic;
	letter-spacing: 1px;
	margin: 1em 2em;
	font-size: 0.9em;
	line-height: 1.5em;
}
em {
	display: block;
	text-align: right;
	font-size: 0.8em;
}
.source {
	font-size: 0.7em;
}
.source a {
	color: #444;
	text-decoration: none;
}