/* Typography CSS for QuranicPath - understanding_believers */


			
.quote1 {
				text-align: justify;
				font-family: tahoma;
				font-size: 14px;
				color: rgb(72, 72, 72);
				margin-left: 40px;
				margin-right: 40px;
				margin-top: 20px;
				line-height: 1.4em;
			
		}
		
.quote2 {
				text-align: center;
				font-family: times;
				font-size: 16px;
				color: rgb(72, 72, 72);
				margin-left: 30px;
				margin-right: 30px;
				margin-top: 15px;
				line-height: 1.4em;
		}
		
.quote_box 
	  {	
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px;
		border: 4px solid rgb(201, 245, 213);
		border-radius: 14px;
		background: rgb(225, 255, 225);
		padding-top: 10px;
		padding-bottom: 10px;
	  }	

.para
	{
			margin-top: 25px; 
			text-align: justify; 
			line-height: 1.5em; 
			font-size: 16px; 
			margin-right: 10px; 
			margin-left: 10px;
			color: #646464; 
	}

.verse
	{			
			font-weight: bold; 
			margin-top: 20px; 
			text-align: justify; 
			line-height: 1.5em; 
			font-size: 16px; 
			margin-right: 10px; 
			margin-left: 10px;
			color: #646464; 
	}
			
		
.qp {
				text-align: center;
				font-family: times;
				font-size: 16px;
				color: rgb(72, 72, 72);
				margin-left: 10px;
				margin-right: 10px;
				margin-top: 15px;
				line-height: 1.4em;
		}
		
.qp_box
	  {	
		margin-left: 100px;
		margin-right: 100px;
		margin-top: 30px;
		border: 6px solid rgb(255, 255, 220);
		border-radius: 14px;
		background: rgb(255, 253, 190);
		padding-top: 1px;
		padding-bottom: 1px;
	  }	
	
/* End of Typography CSS for QuranicPath - understanding_believers */