body
{
	font-family: sans-serif, Arial, Verdana, fantasy;
	/*background: url(grafika/tlo.png);*/
	background-color: #ededed;
	color: black;
}
.zdjecie {
	padding: 10px;
	text-align: justify;
}

h1 {
	text-align: center;
	font-size: 25px;
	margin: 0;
	padding-bottom: 10px;
}

#img {
	margin-bottom: 10px;
	border: solid 3px black;
}

.stronicowanie {
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
}
.stronicowanie a:link, .stronicowanie a:visited {
	color: black;
	text-decoration: none;
}
.stronicowanie a:hover {
	color: #7f0000;
}
a:link, a:visited
{
	text-decoration: underline;
	color: black;
}
a:hover
{
	color: #7f0000;
}
