h1 {
	color: #333;
	margin: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 2.0em;
	text-align: center;
}

h2 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.8em;
}

h3 {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.8em;
}

p {
	color: #333;
	font-family: Georgia, serif;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

.center {
	text-align: center;
}

a {
	font-family: Georgia, serif;
	font-size: 1.2em;
	text-decoration: none;
}

a:link, a:visited {
	color: teal;
}

a:hover, a:active {
	color: purple;
	text-decoration: underline;
}
