a{
	text-decoration: none;
	color: Blue;
}
a:visited
{
	color: #009999;
} 
a:hover{
	text-decoration:none;
	color: red;
}
body
{
	background-image : url(../image/public/002.gif);
	background-attachment: fixed;
	font-family:Arabic Transparent, Helvetica, sans-serif;
	margin : 50px 80px;
	margin-left: 80;
	margin-right: 80;
	background-color: White;
}
h1
{
	background: #8C8CC6;
	margin : 0px;
	font-size : 12pt;
	font-family :Lucida Sans Unicode;
	font-weight : bold;
	text-align: center;
	color : White;
	line-height : 20px;
	border: 1px solid white;
}	
h2
{
	background : #F0F0F0;
	font-weight: normal;
	font-size : 10pt;
	margin : 0px;
	font-family :Lucida Sans Unicode;
	line-height : 20px;
  	border: 1px solid white;
    text-indent: 15px;
}
h3
{

	font-weight: normal;
	font-size : 10pt;
	margin : 0px;
	font-family :Lucida Sans Unicode;
	line-height :20px;	
    border: 1px solid white;
    text-indent: 15px;
}
