body {
	margin:0;
	padding:10px 50px;
	background:#F1EFE2;
	font-size: 1.4em;
	font-family: georgia, "trebuchet ms", arial, serif;
}
h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #345;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
h2 {color: #678;text-align: center;text-shadow: 1px 1px #fff;font-size:1.1em}


li {
  list-style: square;
}

#nav > li {
	list-style: circle;
}

li a {
	color: #789;
	text-decoration: none;
}
li a:hover, li a:focus {
	text-decoration: underline;
}