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: mangal;
	margin:40px;
}
h1
{
	font-family: mangal, mangal, mangal;
	color:blue;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	margin:0px 40px 0 40px;
}
h2
{
	font-family: Times New Roman, Arial;
	color: green;
	font-size: 11pt;
	font-weight:bold;
	text-align: left;
	margin:0px 40px 0 40px;
}
h4
{
	font-family: Arial;
	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;
}
p{
	font-family:mangal;
	text-align:justify;
	line-height:3;
	font-size:13;
	margin:0px 40px 0 40px;
}body{
	  background-image: url('../home/bg.gif');
	  background-attachment: fixed;
}.footnote{
	color:green;
}hr{
	color:brown;
	height:1px;
	width:250;
	text-align:left;
}
