body
{
   margin : 30px 80px;
   background-image: url(../image/id/index/backgroand.gif);
	background-attachment: fixed;
	margin-left: 40;
	margin-right: 70;
	background-color: White;
	direction: ltr;

}
a{
	text-decoration: none;
	color: Blue;;
}

a:hover{
	text-decoration:none;
	color: red;
}
h1
{
	background: #CD853F;
	margin : 0px;
	font-size : 15px;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align: center;
	color : White;
	line-height : 20px;
	border: 1px solid white;
}	
h2
{
	background :  #FFDEAD;
	font-size : 10pt;
	margin : 0px;
	font-family : Tahoma;
	line-height : 20px;
  	border: 1px solid white;
	text-indent: 15px;
	font-weight: normal;
}
h3
{
	background :  #EDD9C1;
	font-size : 10pt;
	margin : 0px;
	font-family : Tahoma;
	line-height : 20px;	
	border: 1px solid white;
	text-indent: 15px;
 	font-weight: normal;
}
h6{
	font-family: Arial;
	color: rgb(40,82,120);
	font-size: 16pt;
	text-align:center;
}

