body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.courier16 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}
.courier20Bold {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;
}
.courier16Bold {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
}
.courier14Italic {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: italic;
}
.redCourier20 {
	color: #AD2C12;
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;
}
.greenCourier20 {
	color: #114712;
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;
}
.gold {
	color: #F4C822;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}