h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #999999;
	margin: 0px;
}
#content {
	padding: 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.quote {
	font-style: italic;
	margin: 20px;
	padding: 5px;
	float: right;
	width: 250px;
	border: 4px double;
	font-size: 10px;
}
a {
	text-decoration: none;
}

dt {
	font-weight: bold;
}
