/*
NOCNY Rzepin CSS2 stylesheet for printing
written by Micha³ Smoczyk
created Sep 2003, last modified Nov 2003
*/

body {font-size:12px; margin-left:1.5em; color: black; background:white;}

/* hide all the screen-specific stuff */
#stat4u, #licznik, #jewula {display:none !important;}
.hide {display:none !important;}
abbr[title] {border-bottom:0px;}
acronym[title] {border-bottom:0px;}

/* controlling page flow */
img {page-break-inside:avoid;}
h1, h2, h3, h4, h5 {page-break-after:avoid; page-break-inside:avoid;}
p, li,img {page-break-inside:avoid;}

/* titles of acronyms and abbreviations instead dotted underlining */
acronym:after {content:" (" attr(title) ")";}
abbr:after {content:" (" attr(title) ")";}

/* also url after links */
a:link, a:visited {
	background:transparent !important;
	text-decoration:underline;
	}
a[href]:after {content:" (" attr(href) ")";}
#logo-text a[href]:after {content:"";}