@charset "utf-8";
	

.taareefa {
	
	direction: rtl;
	font-size: large;
	color: crimson;
}
.taareefe {
	 
	font-size: large;
	color: blue;
}
table.style2 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 50%;
	margin-left: auto;
	margin-right: auto;
}
body {background-color: antiquewhite;}	
	#arab {
	text-align: right;
		direction: rtl;}
		
table.style2 td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table.style2 tr:nth-child(even) {
  background-color: #dddddd;
}