body {
	background-color: #D5CBAC;
	background-image: url(imgs/bg_tile.gif);
	background-repeat:repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #59401F;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyStyle {
	background-color: #D5CBAC;
	background-image: url(imgs/bg_tile.gif);
	background-repeat:repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #59401F;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #805E2C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #805E2C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color:#7C2B25;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	/* color: #7C2B25;*/
	color: #805E2C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #7C2B25;
	letter-spacing: 2px;
}

.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #805E2C;
	letter-spacing: 2px;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #D5CBAC;
	letter-spacing: 1px;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	color: #D5CBAC;
	text-decoration: underline;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited {
	color: #F3EDDC;
}