/*STATUS */

h2 { 
	color: black;
	font-wight: bold;
	text-transform: uppercase;

   }

h3 {
	text-transform: uppercase;
	font-weight: bold;
}

p {
	align: left;
	color: black;
	margin-left: 2cm;
	margin-right: 2cm;
	margin-top: 0,5cm;
	margin-bottom: 0,5cm;
}

p.ROZDZIAL {
	font-weight: bold;
	font-size:large;
	text-transformation: uppercase;
}

p.TYTUL {
	font-weight:bold;
	font-size:normal;
}

ol.PUNKTY {
	margin-left: 50px;
	margin-right: 50px;
	list-style: decimal;
	list-style-position: outside;
}


ol.PODPUNKTY {
	margin-left: 50px;
	margin-right: 50px;
	list-style: lower-alpha;
	list-style-postion: inside;
}

#TABELKA {
	width: 780px;
	text-align: center;
	background-color: white;
}	

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

p#SPIS {
	font-size: x-small;
}