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