a:hover
{
	color: Red;
	text-decoration: underline;
}
a:link
{
	color: Blue;
	text-decoration	:	none;
}
a:visited
{
	color: #009999;
	text-decoration:none;
} 
a:active 
{
	color: Red;
	text-decoration	:	none; 
   
}
BODY    
	{
	font-family:tahoma;
	margin-top: 25px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-attachment: fixed;
	background-image: url(../images/ara/back.jpg);
	/*background-color: #FFFFEF;*/
}
h1
{
	font-family: Arabic Transparent;
	color: #008040;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
}
h2
{
	font-family: Arabic Transparent;
	color: rgb(40,82,123);
	font-size: 20pt;
	font-weight:bold;
	text-align:center;
}
h3
{
	font-family: Times New Roman, Arial;
	color: rgb(0,128,64);
	font-size:       14pt;
	font-weight	:	bold;
	text-align:	right;
	}
h4
{
	font-family: tahoma;
	color: rgb(0,0,0);
	line-height: 22px;
	font-size:11pt;
	font-weight:Normal;
	text-align:Justify;
	background-image : none;
	border-top: dotted #FAF8E9;
	text-indent : 5%;
}
h5
{
	font-family: tahoma, Arial;
	color: rgb(51,102,153); 
	font-size:       10pt;
	font-weight	:	Normal;
	text-align:	right;
}


