body {
	background-image: url(images/background.jpg);
}
.bodytext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.bigtext {
font-family: Arial, Helvetica, sans-serif;
		font-size: 19px;
		color: #6c624d;
		}
		
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
a.smalllink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.smalllink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.smalllink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.smalllink:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style2 {font-size: 11px}
-->
</style>
.mainNavItem{
		background:url(images/linkinactive.jpg);
		width:199px;
		height:25px;
		padding-top:4px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 19px;
		color: #6c624d;
		text-decoration: none;
	}
.mainNavItem:hover{
		width:199px;
		height:25px;
		background:url(images/linkactive.jpg);
		cursor:hand;
		}
a.mainlink:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6c624d;
	font-weight: bold;
}
a.mainlink:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6c624d;
	font-weight: bold;
}
a:mainlink:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6c624d;
	font-weight: bold;
}
a:mainlink:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6c624d;
	font-weight: bold;
}
.boldbrownbody {
	color: #6D624C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
