body {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}
h1 {
	font-size: 12pt;
	font-weight: normal;
	color: Navy;
}
h3 {
	font-size: 13pt;
	font-weight: normal;
	color: #FF6600;
}
h4 {
	font-size: 11pt;
	font-weight: normal;
	color: #FF6600;
}
h5 {
	font-size: 7pt;
	color: Gray;
}
h6 {
	font-size: 10pt;
	color: White;
}
.uwaga {
	font-size: 12pt;
        font-weight:bolder;
	color: red;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
   	color: #FFCE00; 
	text-decoration: none;
}
td {
	font-size: 10pt;
	position: relative
}
ul {
   text-align: justify
}
