/* Typography CSS for QuranicPath article - quran_audio */

/* Surah Names Link Formatting */

	h1 { background-color: rgb( 238, 238, 238 );
		width:630px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-bottom: 10px;
		border-radius: 10px;
		margin-left: 12px;
		margin-right: 12px;
/* 		border: 4px solid rgb(230, 230, 230);
 */	}

	h1  {
		font-family: tahoma, helvetica, arial, sans-serif;
		color: rgb(95, 95, 95);
		font-weight: normal;
		font-size: 15px;
		line-height: 1.5em; 
		text-align: center;
/* 		letter-spacing: 0.03em; */
	}
	
	h1:hover{
		/* background-color: rgb(230, 230, 230);  	 */
		background-color: rgb(245, 245, 245);  	
		color: rgb(20, 20, 20);
	}
	
	
.para	
	{
				margin-top: 20px; 
				text-align: justify; 
				line-height: 1.5em; 
				font-size: 16px; 
				margin-right: 10px; 
				margin-left: 10px;
	}
				
/* End of Typography CSS for QuranicPath - quran_audio */