<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Wydarzenia */

h1 { 
	color: cc3399;
	font-wight: bold;

   }

h1:first-letter {
	color: black; 
	font-family: Times New Roman, serif; 
	font-size: 300%; 
	float: left 
   }

h2 {
	color: black;
	text-decoration: underline;
	text-transform: uppercase;
	margin-left: 30px;
	font-family: Times New Roman;
}

p, li {
	align: left;
	color: black;
	margin-left: 2cm;
	margin-right: 2cm;
	margin-top: 0,5cm;
	margin-bottom: 0,5cm;
   }

fieldset {
	margin-left: 1cm;
	margin-right: 1cm;
	width: 200px;
	height: 320px;
	float: left;
}
	
legend {
	font-size: xx-large;
	font-family: Times New Roman;
	color: black;
}

ul.LISTA {
	list-style: none;
	text-align: left;
}

#data {
	text-align: right;
	font-weight: bold;
}

#tytul {
	text-align: center;
	font-weight: bold;
}


#TABELKA {
	border-style: ridge;
	margin: 15px;
	padding: 5px;
	background-color: white;
	line-height: 25px;
}


hr {
	width: 500px;
	color: green;
}

li.LI1 {
	margin-bottom: 15px;
}

img {
	margin-bottom: 10px;
	border-style: ridge;
	border-color: red;
	border-size: 3px;
}
</pre></body></html>