body {
	color: #000;
}
h1.pageHeader {
	color: #333;
	border-bottom: 1px solid #333;
}
h2 {
	padding-left: 0;
	background: none;
	letter-spacing: 0.5pt;
}

.content {
	text-align: left;
}
img {
	max-width: 680px;
	width: expression(document.body.clientWidth > 680 ? "680px": "auto" );
}
.date, .issue {
	color: #333;
}

/* TABLES */
table.artcz, table.editorTable, table.tabMala, table.tabMala2, table.artykul, table.artcz2 {
	width: 98%;
	border: 1px dashed #333;
}
table.artcz td, table.editorTable td, table.tabMala td, table.tabMala2 td, table.artykul td, table.artcz2 td {
	border: 1px dashed #333;
}

hr {
	color: #333;
	border: 1px solid #333;
	background-color: auto;
	height: 1px;
}