body
{
   margin : 30px 80px;
   background-image: url(../image\bos\home\bg.jpg);
	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:#009AD2;
	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 :#B5E7FE;
	font-size : 10pt;
	margin : 0px;
	font-family : Tahoma;
	line-height : 20px;
  	border: 1px solid white;
	text-indent: 15px;
	font-weight: normal;
}
h3
{
	background :#d0dcb9;
	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;
}
