@import "instructions.css";
body {  background-color : #222D66;
			/*border: 4px solid;
			border-color: #f6f600;*/
			/*padding: 10px*/
			/*width:100%;*/
			margin: 0;
	}



img.bismillah{
  	display: block;
	margin-left: auto;
	margin-right: auto;
  	/*width: 35%;*/
	width:10rem;
	/*border: 2px solid #f6f600;
	border-radius:50%;
	box-shadow: 2px 2px #B9BE00;*/
	margin-bottom:20px;
  
}

div.hadith{
  color:white;
  font-size:2em;
  text-align:center;
  margin-bottom:25px;
  line-height:2;
  border-radius:10px;
  box-shadow: 0px 1px black;
	
}
	
div.TOC{
  display:flex;
  justify-content: center;
  
}
table{
  
}

tr{ color : rgb(0, 255, 0 );
			background-color : #222D66;
			box-shadow: 0px 1px black;		
			font-size : 2em ;
			cursor: pointer; 
}
				
tr:nth-child(odd) {
background-color: #222D77;
}

td.arabic{ 

	text-align: center;
}


.english{
  text-align: center;
}

  


a{
  font-size : 1em  ;
  color : rgb(0, 230, 100 );
  text-decoration:none;
  
}

a.arabic{

	font-family:"Arabic";
	font-weight: 500;
	font-size:1.5em;
}



