@charset "UTF-8";
/* CSS Document */
html{
	font-family:Arial, Helvetica, sans-serif
}
	body {
  font-family: Arial, Helvetica, sans-serif;
}
head {
  font-family: Arial, Helvetica, sans-serif;
}
header, footer{
padding:10px;
color:black;
background-color:white;
}
section{
margin:5px;
padding:10px;
background-color:lightgrey;
}
article{
margin:5px;
padding:10px;
background-color:white;
}

.hidden{display:none;
visibility:hidden;
}

.hide{display:none;
}



h1 {
	color: #00000;
	font-family :Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	color: #00000;
	font-family :Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h3 {
	color: #00000;
	font-family :Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h4 {
	color: #00000;
	font-family :Arial, Helvetica, sans-serif;
	font-weight:normal;
}

p {color :#00000
	font-family :Arial, Helvetica, sans-serif;
	width:900px;
	font-size:14px;
	text-align:justify;
	font-weight:normal;
}
p.arabic {
	color :#00000
	direction:rtl;
	width:900px;
	font-size:14px;
	text-align:justify;
}

p.english {
	color:#00000;
	width:900px;
	direction:ltr;
	font-size:14px;
	text-align:justify;
}


a:link {
	color: #033;
}
a:visited {
	color: #903;
}
a:hover {
	color: #03F;
	background-color: #999;
}
.Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F00;
}
a:active {
	color: #F00;
	
}
audio{width: 600px
}
