body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0033CC;
	font-size: 140%;
}
.block {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-right: 80px;
	margin-left: 80px;
	padding: 30px 40px 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0033CC;
	font-size: 120%;
}
.highlight {
	font-style: italic;
	color: #0033CC;
}
.indent {
	margin-left: 66px;
}
.small {
	font-size: 80%;
	color: #666666;
}
