body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #eef2d1;
}

#container {
	width: 700px;
	margin: 0 auto;
}

h1 {
	color: #66cc00;
	text-align: center;
	font-size: 22px;
}

p {
	text-align: justify;
	font-size: 13px;
	color: #000;
	line-height: 1.6em;
}

a {
	color: #66cc00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px #66cc00 dotted;
}

.bold {
	font-weight: bold;
}

h2 {
	color: #66cc00;
	font-size: 18px;
}