.nadpis {
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
	color: #013587;

}
.nadpis_big {
	font-family: "Arial";
	font-size: 26px;
	font-weight: bold;
	color: #DD7733;

}
.text-bigger {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}
.text-normal {
	font-family: "Arial";
	font-size: 15px;
	color: #000000;
}
.text-italic {
	font-family: "Arial";
	font-size: 15px;
	color: #000000;
	FONT-STYLE: italic;

}
.text-underline {
	font-family: "Arial";
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
}
.text-mini {
	font-family: "Arial";
	font-size: 10px;
	color: #000000;
}
a {
	color: #FF8400;

}
a:hover {
	color: #AA6200;
	text-decoration: underline;

}

body {
	background-image: url(images/pozadie.gif);
	background-attachment: fixed;
}

