  
/* The about link: 20px from the top with a green background */


#powrot {
	margin: auto;
	text-align: center;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    top: 200px;
    float:left;
	position: relative;
	
}

#osccenter {
 	float: left;
	margin: 0px;
	width: 100%;
	height: auto;
}

#osczawartosc{
	margin-top: 50px;
	width: 1024px;
	
}

#oscgal{
	margin: auto;
	width: 870px;
	position: relative;
}

#osczaw{
	border-radius: 25px 25px 25px 25px;
	padding: 25px 25px 25px 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border:solid;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	width: 860px;
	height: auto;
	float: left;
	   
}



#osczaw2{
	border-radius: 25px 25px 25px 25px;
	padding: 25px 25px 25px 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: black;
	border:solid;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	width: 1070px;
	height: auto;
	float: left;
	 
}
 
#info{
	width: 200px;
	float: right;
	margin-right: 50px;
	margin-top: 30px;
}

h1 h3 {
	font-weight: bolder;
 
}

ol{
	text-align: justify;
	font-weight: bolder;
}

.ol2{
	list-style-type: upper-roman;
	font-weight: bolder; 
}

.ol3{
	list-style-type: lower-alpha;
 	font-weight: bolder;
	}
  
.ol4{
	list-style-type:circle;
 	font-weight: bolder;
	}

.oznsamc{
	text-align: justify;
	font-weight: normal;
}
 
a{
	text-decoration: none;
	color: #FF0001;
}