
@viewport {
     width: device-width ;
     zoom: 1.0 ;
}



body {
    background:lightgrey;
    background-repeat:no repeat;  
    background-position:0px 0px;
    background-size:100%;
    border: None;
    padding: 20px;
    background-clip: padding-box;
}


h1{
	text-indent:30px;
        font-size:30px;
        color:blue;
}
h2{
        text-indent:30px;
        font-size:25px;
        color:blue;

}
h3{
        text-indent:30px;
        font-size:20px;
        color:blue;
}


h4 { 
        text-indent:30px;
        font-size:20px;
        color:blue;
        top:10px;
        
}

h5 { 
        text-indent:30px;
        font-size:20px;
        font-weight:bold;
        color:blue;
       
                 
}

h7 { 
        text-indent:30px;
        font-size:20px;
        font-weight:bold;
        color:blue;     
   
}

h9 { 
        text-indent:10px;
        font-weight:bold;
        font-size:20px;
        color:blue;       
     
}

h11 { 
        text-indent:10px;
        font-size:20px;
        color:blue;
        font-weight:bold;     
}

h13 { 
        text-indent:10px;
        font-size:20px;
        color:blue;
        font-weight:bold;  
}


p.px {
    
	word-spacing:60px;
}
p {
        text-indent:30px;	
	font:arial;
	font-size:20px;
	font-weight:bold;
	text-align:justified;
	color:black;
	text-position:30px 30px;
}

p1 {
        text-indent:10px;
        font:arial;
        font-size:20px;
        font-weight:bold;
        text-align:justified;
        color:black;
       
}
p2 {
        text-indent:10px;
        font:arial;
        font-size:20px;
        font-weight:bold;
        text-align:justified;
        color:black;
 }
       

a:link {
	text-decoration:none;
	}

a:hover {
       color:white; 
}             



        
       
  
       
