@charset "utf-8";
/* CSS Document */

#animacija {
	margin-left:46px;
}
#leviText {
	width: 420px;
	padding-top:10px;
	float:left;
	padding-left:45px;
}
#desniText {
	padding-top:10px;
	padding-left:45px;
	padding-right:45px;
	
	color:#999999;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:700;
	line-height:30px;
	text-align:right;
}

p {
	padding-bottom:10px;
}

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 70px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFFFFF;
	margin: 0.3em auto;
	padding: 0px;
	padding-right:5px;
	
	outline:none;
}
/* general page style ends here */