body{
	background-color:gray;
        background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position:0px 0px;
	border: None;
        padding: 50px;
        background-clip: padding-box;
}

h3 {
	text-indent:300px;
	color:white;
	font-size:35px;
}
h4 {
	text-indent:100px;
	color:white;
	font-size:35px;

}

p  {
	background-color:gray;
	background-size:1600px 1500px;
        background-attachment:fixed;
        background-repeat:no repeat;
        position:static;
        text-indent:80px;
	color: black;
	font-size:30px;
	text-align:justify;
	
}
	
ul  {
	font-size:30px;

}
a:link {
	text-decoration:none;
	}

a:hover {
       color:white; 
	}
