/*body {
	font-size: 12px;
}

.zdjecie {
	padding: 10px;
	text-align: justify;
}

h1 {
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding-bottom: 10px;
}

#img {
	margin-bottom: 10px;
}
*/
.stronicowanie {
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
}
.stronicowanie a:link, .stronicowanie a:visited {
	color: blue;
	text-decoration: none;
}
.stronicowanie a:hover {
	color: red;
}


@media print {
 .print {
  display:block;
  width:auto;
  height:auto;

   }
 .noprint {
  display:none;
 }
}


