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    
	{
	border:0px none; margin:25px 40px;
    padding:0;
    font-family:A_Nefel_Botan;
	width: auto;
 	color: Blue;;
	background-color: #FFFFEC
}
h1
{
	font-family:A_Nefel_Botan;
	color: #008040;
	font-size: 13pt;
	font-weight: bold;
	text-align:center;
}
h2
{
	font-family:A_Nefel_Botan;
	color: #FF1493;;
	font-size: 14pt;
	font-weight:bold;
	text-align:center;
}
h3
{
	font-family:A_Nefel_Botan;
	color: #8A15FF;
	font-size: 14pt;
	font-weight:bold;
	text-align:RIGHT;
}
h4
{
 		font-family:A_Nefel_Botan;
	font-size:12pt;
	font-weight:Normal;
	text-align:Justify;
	background-image : url('none');
    font-weight: 500;
	line-height:22px;
	color: black;
}
h5
{
	font-family:A_Nefel_Botan;
	color: rgb(51,102,153); 
	font-size: 10pt;
	font-weight	:Normal;
	text-align:	Justify;
}