#main {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	border: 7px groove #4E5250;
	border-radius: 8px;
	background: #DAF7A6;
	padding: 15px 15px;
}

p {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #4E5250;
}

a {
	color:#4E5250;
}

ul, li {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #4E5250;
	text-align: center;
}

h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #4E5250;
	text-align: center;
}

h3 {
	font-family: Georgia, serif;
	color: #4E5250;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}

th {
	font-family: Georgia, serif;
	font-size: 16px;
}

