body {
	margin:0;
	padding:10px 50px;
	background:#F1EFE2;
	font-size: 1.6em;
	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}

#nav {
	position: fixed;
	top: 170px; left: 20px;
	width: 250px;
	padding: 5px 10px;
	background: #6B9A49; color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
}
#nav li {list-style: none;}

div {
	margin-left: 300px;
	text-align: justify;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}


.good {color: green}
