html, body {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	font-family: 'Times New Roman';
	color: #000;
	font-size: 12pt;
}
h1, h2, h3 {
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;	
}

h1 {
	font-size: 18pt;
	margin: 0 auto;	
}
h1:first-letter {
	font-size: 23pt;
}

h2 {
	font-size:14pt;
	text-align: left;
	margin: 0;
}
p {
	text-align: justify;
}
p.akapit {
	text-indent: 1.5cm;
}
ul {
	text-align: left;
	list-style-type: none;
}

ul li {
	margin: 3px 0;
}
/*  ------ */
/* Komunikaty */			/* ----------------------------------------------------------- */
.komunikat {
	width: 490px; 
	margin: 10px auto;
	padding: 20px 20px 20px 80px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 15px center;
	border-width: 3px;
	border-style:ridge;
}
.komunikaty:first-letter {
	font-size: 20pt;
	font-weight: bold;
}
.komunikaty {
	font-size: 14pt;
	text-align: center;
}
.blad {
	background-image:url('../pliki_grafika/ostrzezenie.png');
	background-color: #FFCCCC;
	border-color: #FF0000;
}
/* Komunikaty koniec */		/* ----------------------------------------------------------- */