/* Typography CSS for QuranicPath article - good_deeds */

.quote_box 
	  {	
		margin-left: 55px;
		margin-right: 55px;
		margin-top: 30px;
		border-radius: 8px;
/* 		border: 4px solid rgb(201, 245, 213); */
		background: rgb(225, 255, 225);
		padding-top: 4px;
		padding-bottom: 4px;
	  }	

.quote_verse
		{		text-align: center;
				font-weight: bold;
				font-family: tahoma;
				font-size: 15px;
				color: rgb(85, 85, 85);
				margin-left: 30px;
				margin-right: 30px;
				margin-top: 15px;
				line-height: 1.5em;
		}
	  
.quote1 {
				text-align: center;
				font-family: tahoma;
				font-size: 15px;
				color: rgb(80, 80, 80);
				margin-left: 40px;
				margin-right: 40px;
				margin-top: 10px;
				line-height: 1.5em;
		}

.quote2 {
				text-align: center;
				font-family: times;
				font-size: 17px;
				color: rgb(72, 72, 72);
				margin-left: 30px;
				margin-right: 30px;
				margin-top: 15px;
				line-height: 1.4em;
		}
		
.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; 
	}
	
.subheading
	{
				margin-top: 45px; 
				text-align: justify; 
				text-decoration: underline; 
				font-weight: bold; 
				font-size: 16px; 
				margin-right: 13px; 
				margin-left: 13px;
	}
	
/* End of Typography CSS for QuranicPath - good_deeds */
