a, a:hover, a:link, a:visited, a:active
{
	font-family:Verdana;
	font-size:12px;
	text-decoration: none;
}
a:hover
{
	color: Red;
}

a:link
{
	color: #006600;
}
a:visited
{
	color: #009999;
} 
a:active 
{
	color: Red;
}
BODY    
	{
	border:0px none; margin:25px 40px; padding:0; font-family:Arabic Transparent, Helvetica, sans-serif;
	width: auto;


	background-image : url('bg.gif');
	background-attachment: fixed
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #008040;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
}
h2
{
	font-family: Times New Roman;
	color: rgb(40,82,123);
	font-size: 16pt;
	text-align:center;
}
h3
{
	font-family: Times New Roman, Arial;
	color: rgb(0,128,64);
	font-size: 14pt;
	font-weight:bold;
	text-align: center;
}
h4
{
	font-family: Arial;
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight:Normal;
	text-align:Justify;
	background-image : url('none');
}
h5
{
	font-family: tahoma, Arial;
	color: rgb(51,102,153);
	font-size: 10pt;
	font-weight:Normal;
	text-align: justify;
}
h6
{
	font-family: tahoma, Arial;
	color:#660000;
	font-size: 10pt;
	font-weight:blod;
	text-align:center;  
}
p
{
	text-indent : 0;
}
