a,a:hover, a:link, a:visited, a:active
{
	font-size:10pt;
	text-decoration:none;
}
a:hover
{
	color: Red;
}

a:link
{
	color: Blue;
}
a:visited
{
	color: #009999;
} 
a:active 
{
	color: Red;
}
BODY    
	{
	font-family: Tahoma,Arial,Times New Roman;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#008040;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}
h2
{
	font-family: Tahoma;
	color: rgb(40,82,123);
	font-size: 16pt;
	text-align:center;
}
h3
{
	font-family: Tahoma, Times New Roman, Arial;
	color: rgb(0,128,64);
	font-size: 12pt;
	font-weight:bold;
	text-align: right;
}
h4
{
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
	font-family: Tahoma;
	color: rgb(0,0,0);
	font-size:12pt;
	font-weight:Normal;
	text-align:Justify;
}
h5
{
	font-family: Tahoma, Arial;
	color: rgb(51,102,153);
	font-size: 10pt;
	font-weight:Normal;
	text-align: justify;
}
.ar {

	font-family:Traditional Arabic,Arabic Transparent,Tahoma;font-size:18pt;color:#ffffff;
	background-color: #004f9d;
}
