html, body, div{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
h1 a{
	text-decoration; none;
	color:black;
}

div.kontener{
	width:900px;
	margin:0 auto;
}

div.gora{
	float:left;
	clear:both;
	width:900px;
	border-bottom: 1px solid gray;
}

div.lewa{
	float:left;
	width:649px;
	min-height:300px;
	border-right: 1px solid gray;
}

div.prawa{
	float:left;
	width:245px;
	padding-left: 5px;
}

div.stopka{
	float:left;
	clear:both;
	width: 900px;
	border-top: 1px solid gray;
	text-align: center;
	font-size: 10px;
}

h4.autor{
	text-align:center;
	font-size: 14px;
}

img.autor-foto{
	width: 95px;
	height: 140px;
	float: left;
	margin-right:8px;
}

p.autor-foto{
	font-size: 12px;
	text-align: justify;
	margin; 0px 3px;
}

div.wpis{
	float:left;
	width:629px;
	margin: 15px 10px;
}

h3.tytul{
	margin:0px;
}

span.tekst{font-size: 10px; }

span.data{
	color+gray;
	font-size: 10px;
}

p.wstep, p.tresc{
	font-size: 12px;
}

a.wiecej, a.powrot{
	float:right;
	font-size:11px;
	font-style:italic;
	text-decoration: none;
	color:red;
}

a.wiecej:hover, a.powrot:hover{
	text-decoration:underline;
}

a.powrot{
	color:black;
	font-style:normal;
	float:left;
	font-size:12px;
	font-weight:bold;
}