body{
	background-color: White;
	margin: 0px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.sz1{
	background-color: #E6E6E6;
	text-align: left;
	font-weight: bolder;
	color: Black;
}
.sz0{
	background-color: #E6E6E6;
	text-align: left;
	font-weight: bolder;
	font-size: 15px;
}
.sz2{
	background-color: #F4F4F4;
	text-align: left;
	font-weight: bolder;
}
.sz3{
	background-color: #EEEEEE;
	text-align: left;
}
.sz4{
	background-color: #FAFAFA;
	text-align: left;
}
.nazwa{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bolder;
}
.cena{
	color: Red;
	font-weight: bolder;
	font-size: 15px;
}
.button{
	background-color: #CECECE;
	border: 1px solid #666666;
	padding: 2px;
	font-size: 11px;
}
.buttonz{
	background-color: #43A500;
	border: 1px solid #00B902;
	padding: 2px;
	font-size: 11px;
	color: White;
}
.wiersz{
	border-bottom: 1px solid #E6E6E6;
}
a{
	color: Black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.txt18{
	font-size: 18px;
}