body {
	background-color: #FFFDE9;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #0B0B0D;
	text-align: justify;
	padding: 10px;
	margin: 15px;
}


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: #4B883A;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #4B883A;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #4B883A;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}

b, i {
	font-family: georgia, serif;
	color: #D88F2D;
}


input, textarea, option, select {
	background-color: #FFFDE9;
	font-family: georgia, serif;
	font-size: 13px;
	color: #0B0B0D;
	border: 1px solid #0B0B0D;
	padding: 1px;
}


h1 {
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
	color: #2C5487;
	text-align: left;
	margin: 0px;
}


.nav {
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}


.nav a:link, .nav a:visited {
	font-style: italic;
	color: #1D5C8F;
	padding: 0px 15px 0px 15px;
}


.nav a:hover {
	font-style: italic;
	color: #4B883A;
	padding: 0px 15px 0px 15px;
}


.nav a:active {
	font-style: italic;
	color: #1D5C8F;
	padding: 0px 15px 0px 15px;
}