@charset "iso-8859-2";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {

	color: #CC0000;
	text-decoration: underline;
}
a:active {

	color: #333333;
}

a {

	color: #333333;
	text-decoration: none;
}

czesci {
                        font: 100% Verdana, Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 10px;
			border-bottom: 10px;
			border-left: 10px;
			border-right: 10px;
			border-top: 10px;
			padding-bottom: 1px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			font-size: 6px;
			text-align: justify
			empty-cells: hide
			border-collapse: collapse

			}
			
nag {
     color: none
}



