.nav1 {
	color: #999;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.nav1 a {
	color: #906;
	text-decoration: none;
}
.nav1 a:hover {
	color: #fff;
	background: #906;
}
.nav2 {
	color: #999;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.nav2 a {
	color: #999;
	text-decoration: none;
}
.nav2 a:hover {
	color: #fff;
	background: #999;
}
.overview {
	color: #f09;
	font: 16px/22px Verdana, Arial, Helvetica, sans-serif;
}
.text {
	color: #333;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
.red,
.green,
.navy {
	font: 24px Georgia, "Times New Roman", Times, serif;
}
.red {
	color: #c30;
}
.green {
	color: #363;
}
.navy {
	color: #069;
}
.blue {
	color: #09c;
}
a {
	color: #f09;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #f09;
}
.pests {
	color: #333;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.pests a {
	color: #069;
	text-decoration: none;
}
.pests a:hover {
	color: #fff;
	background: #069;
}