h1 {
	text-decoration: underline;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 2px 3px #666;
	letter-spacing: 10px;
}

html {
	background-color: blue;
}

body {
	background-color: gold;
	width: 1000px;
	text-align: 300px;
	vertical-align: center;
}

#header {
	background-color: white;
	

}

#Nav {
	background-color: white;
}

h2 {
	background-color: white;
	letter-spacing: 5px;
	text-shadow: 0px 2px 3px #666;
	text-align: center;

}

img {
	 display: block;   
	 margin-left: auto;   
	 margin-right: auto;
}

p {
	padding: 2em;
}



