#nav ul {
  list-style: none;
  background-color: #872657;
  text-align: center;
  padding: 0;
  margin: 0;
}
#nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
  display: inline-block;
}
 
#nav a {
  text-decoration: none;
  color: white;
  display: block;
  
}
 
#nav li a:hover {
  background-color: green;
  opacity: .85;
}
 
#nav li.selected {
  background-color: green;
  color: white;
}

#nav li {
    width: 200px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
 
h1 {
	text-transform: uppercase;
	font-family: 'VT323', sans-serif;
	font-size: 70px;
	text-align: center;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	color: green;
	background-image: url("http://i.imgur.com/4b8ODSK.jpg");
	background-repeat: no-repeat;
    background-size: 100%;
}
h2 {
	font-family: 'Gochi Hand', serif;
	font-size: 55px;
	text-align: center;
}
h3 {
	font-family:Economica, sans-serif;
	font-size: 40px;
	color: #872657;
}
caption {
	font-size: 30px;
}
hr {
	color: #960039;
}

img {
    display: block;
    margin: auto;
	border-radius: 5px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 25px;
	color: green;
}

p {
	font-family: arial, sans-serif;
	font-size: 18px;
}

textarea:focus {
	background: pink;
}

main {
	background: #E9E9E9;
}
