body {
	background-image:url("../images/Deep.jpg");
	background-color: Maroon;
	background-repeat: repeat-all;
    margin-left: auto;
    margin-right: auto;
	color: white;
	max-width: 960px;
	font-size: 35px;
}

nav {
	text-align:center;
	color: white;
	font-size: 28px;
	margin-left: auto;
    margin-right: auto;
	font-family: "Comic Sans MS", cursive, sans-serif;
}	

img {
	 display:block;
     margin:auto;	 
}	 
	 
h1 {
     Background-image:url("../images/Gradient.jpg");
     text-align: center;
     font-size: 50px;
     color: white;	
     font-family:Barrio;
     border: none;
}

p {
	Background-image:url("../images/Black.jpg"); 
	text-align: center;
	color: white;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

footer {
	text-align: center;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
}
	
ul {
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li {
   display: inline;
}

a:link {
    font-size: 30px;
    color: white;
}

a:visited {
    color: orange; 
}

a:hover {
    color: orange;
}

a:active {
    color: orange;
}

blockquote {
	text-align: center;
}

footer {
      text-align: center;
      Color: white
	  margin-left: auto;
      margin-right: auto;
}


	


	