<!-- styl glownej strony -->
<STYLE TYPE="text/css">
<!--
	BODY {
				background: #ffffff;
				color: #000000;
				font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
				text-align: justify;
				font-size: x-small;
				scrollbar-3d-light-color : #E2E2E2;
				scrollbar-arrow-color : #FFFFFF;
				scrollbar-base-color : #E2E2E2;
				scrollbar-dark-shadow-color : #E2E2E2;
				scrollbar-face-color : #E2E2E2;
				}
				
				A:LINK, A:VISITED {
				color: #ffffff;
				text-decoration: none;
				font-weight: bold;
				font-size : 9pt;
				font-family : tahoma, verdana, arial;

				}
				A:HOVER {
				color: #000000;
				text-decoration: none;
				font-weight: bold;
				font-size : 9pt;
				font-family : tahoma, verdana, arial;
				}
				p {
				font-size :8pt;
				color: #000000;
				font-family : tahoma, verdana, arial;
				text-align: center;
				}		
				
				h1 {
				background: white;
				color: #000000;
				margin: 0px;
				font: bold 15px;
				}

				h2 {
				background: #000000;
				color: #FF0000;
				margin: 0px 0 4px 0;
				font: bold 12px;
				}

				TH {
				font-size: x-small;
				text-align: center;
				}

				TD {
				font-size: x-small;
				text-align: center;
				}
				
-->
</STYLE>