h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #92351E;
}
.plain {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #685647;
}
.nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.nav a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
.nav a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 500;
	color: #92351E;
	text-decoration: underline;
	background-color: #E6D376;
}
.nav a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

