html, body {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: none;
	color: #000;
}

#TOP, #BODY, #MAIN, #CONTENT, #CONTENT .CONTENT {
	background-image: none;
	background-color: #fff;
	color: #000;
	position: static;
	float: none;
	width: 100%;
	height: auto;
	overflow: visible;
         border: 0;
}

#naglowek, #stopka, .powrot {
	display: none;
}

#strona {
    border: 0; 
}

#artykul {
	line-height: normal;
}

#artykul * {
	background-image: none !important;
	background-color: #fff !important;
	color: #000 !important;
	overflow: visible !important;
}

#CONTENT a.http {
   padding: 0;
}

a:link, #CONTENT a:link, a:visited, #CONTENT a:visited {
	color: #000;
	text-decoration: none;
	border: 0;
	background: none;
}

.u {
	text-decoration: underline;
}

.s {
	text-decoration: line-through;
}

.unicode {
	font-family: 'Arial Unicode', 'Arial Unicode MS', 'Verdana Unicode', 'Times Unicode', 'Times New Roman Unicode', 'Courier Unicode', 'Courier New Unicode';
}

q {
	font-style: italic;
}


@media print {
	.niedrukuj {
		display: none;
	}
}