body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.nadpis {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}
.justify {
	text-align: justify;
}
.nadpis2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}