body {
	background-color: #ffc;
/*	background-image: url(./grafika/tapeta.gif); */
	background-repeat: repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	padding: 1.5em;
	margin: 0;
}

h1, h2 {
	color: green;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

p {
	text-align: justify;
	text-indent: 2em;
}

a {
	text-decoration: none;
}

a:link {
	color: #63f;
}

a:visited {
	color: #0a0;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #c00;
	text-decoration: blink;
}

img {
	display: inline;
	margin: 0.5em;
	border: none;
}

img.prawy {
	float: right;
}

img.lewy {
	float: left;
}
