body {
	font-family: arial;
	font-size: 13px;
}
h1 {
	font-size: 170%; 
	font-weight: bold; 
	margin-bottom: 12pt; 
	color: #000;
}
h2 {
	font-size: 120%; 
	margin-bottom: 14pt; 
	color: #000;
}
h3 {
	font-size: 100%;
}
p {
	text-align: justify;
}
img {
	border: 0;
}
.nod, #header, #menu, #col, #info, #footer, hr  {
	display: none;
}
a, a:visited {
	color: #00f;
}
.cenik {
	text-align: center;
	margin: 1.5em 0 1.5em 0;
}
.cenik table {
	margin: auto;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}
.cenik table th {
	border: 1px solid #eaeaea;
	padding: 3px 5px;
	font-weight;
}
.cenik table td {
	border: 1px solid #eaeaea;
	padding: 3px 5px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}