@charset "utf-8";
.div_istorijat{	
	background: url(/images/old-paper.jpg);
	background-size: 100% 100%;
	background-position: center; /* Optional: centers the image */
      	background-repeat: no-repeat; /* Optional: prevents repeating */
	width:100%;
	border:none;	
	text-align:left;
	padding:40px;
	padding-top:30px;
	margin-bottom:20px;
	}
.istorijat_text {	
	font-size: 16px;
	color:#996633;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:20px;
	}
.istorijat_text ul {
	margin-left:40px;
	}
.istorijat_text p {
	  text-align: justify;
	  text-justify: inter-word;	
	}
