body {
	background-color: #E8E8D2;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3B4621;
	text-align: left;
}



.introtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8e9053;
	text-align: left;
}

.text {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
}


#categoryLinks a:link, #categoryLinks a:visited {
	display: block;
	border-bottom: 1px solid #e8e8d2;
	font-weight: bolder;
	background-color: #bbd0ad;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; color: #87a175; text-decoration: none;
	padding: 3px 5px 3px 10px;
	text-align: left;
	}

#categoryLinks a:hover{
	background-color: #87a175;
	background-image: none;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8d2;
	text-align: left;

}
.smallfooter {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #8e9053;
	text-align: center;
}
.right { float: right; margin-bottom: 10px; margin-left: 10px; }
