body {
	background-image: url(images/pattern.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.nav {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFDE;
	font-weight: 400;
}
a:link    {
	color: #9B6634;
	text-decoration: underline;
	font-weight: normal;
}
a.hover  {
	text-decoration: underline;
	color: #990000;
}

a:link:visited    {
	color: #989933;
	text-decoration: underline;
	font-weight: normal;
}


a.nav:link {
	color: #FFFFDE;
	text-decoration: none;
	font-weight: normal;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.nav:visited {
	color: #C2C785;
	text-decoration: none;
	font-weight: normal;
}

a.nav:hover {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}

a.active  {
	text-decoration: none;
	color: #990000;
}

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}
.h1 {
	font-size: 36px;
	margin-bottom: 15pt;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

