body {
	background-color: #FBFBFB;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #0B0B0D;
	text-align: justify;
	padding: 20px;
	margin: 30px;
}


table, tr, td {
	border: none;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #0B0B0D;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #B68336;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #B68336;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #B68336;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


b, i {
	color: #718E51;
}


input, textarea, option, select {
	background-color: #FBFBFB;
       	font-family: georgia, serif;
	font-size: 13px;
	color: #0B0B0D;
	border: 1px solid #0B0B0D;
	padding: 1px;
}


h1 {
	font-family: georgia, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #7E533E;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}


.nav {
	font-family: georgia, serif;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}


.nav a, .nav a:visited {
	font-style: normal;
	color: #7E533E;
	padding: 0px 12px 0px 12px;
}


.nav a:hover {
	font-style: normal;
	color: #B68336;
	padding: 0px 12px 0px 12px;
}


.nav a:active {
	font-style: normal;
	color: #7E533E;
	padding: 0px 12px 0px 12px;
}