
@-webkit-viewport {
  width: device-width ;
  zoom: 1.0 ;
}


@-ms-viewport {
  width: device-width ;
  zoom: 1.0 ;
}

body{
	background:linear-gradient(gray,white);
        background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position:0px 0px;
	border: None;
        padding: 50px;
        background-clip: padding-box;
}
h1  {
	background-image:url("http://www.mydnavar.com/");
        background-position:325px 20px;
        background-repeat:no-repeat;
	padding:20px;
	width:800px;
	height:200px;
	background-size:200px 250px;	   
}   

h2  {
        text-indent:100px;
        color:blue;
        font-size:25px;
}

h3  {
        text-indent:100px;
        color:blue;
        font-size:20px;
}


h4 {
        text-indent:330px;
	color:blue;
	font-size:30px;
}
p  {
	background:linear-gradient(gray,white);
	background-size:1600px 1500px;
	position:static;
        text-indent:50px;
	color: black;
	font-size:30px;
	text-align:justified;
	
}
p  {
	text-indent:0px;
	
}


