body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.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;
}