body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
h1 {
	font-size: 24px;
	font-style: italic;
	color: #009900;
}
h2 {
	font-size: 20px;
	color: #006699;
}
h3 {
	font-size: 32px;
	color: #CC0033;
}
h4 {
	font-size: 18px;
	font-style: italic;
}
td {
	font-size: 18px;
}
.fixed {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}
.small {
	font-size: 16px;
}
.floatright {
	float: right;
}
