body {
	margin-left: 20px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #784E05;
}

body {
	font-family: "Georgia", serif;
	font-size: 12px; 
	color: #6C4900;
}

td {
	font-family: "Georgia", serif;
	font-size: 12px;
	color: #6C4900;
}

th {
	font-family: "Georgia", serif;
	font-size: 12px;
	color: #6C4900;
}

.bodystyle {
	font-family: "Georgia", serif;
	font-size: 12px;
	color: #6C4900;
}

.small {
	font-family: "Georgia", serif;
	font-size: 9px;
	color: #6C4900;
}

.medium {
	font-family: "Georgia", serif;
	font-size: 12px;
	color: #6C4900;
}

.big {
	font-family: "Georgia", serif;
	font-size: 16px;
	color: #6C4900;
}

.xbig {
	font-family: "Georgia", serif;
	font-size: 24px;
	color: #6C4900;
}

.expanded {
	font-family: "Georgia", serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Georgia", serif;
	text-align: justify;
}
/*---------------------------------------------*/
           Links
/*---------------------------------------------*/

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #996666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #9966FF;	
}

/*---------------------------------------------*/
