body {
	top-margin: 0;
	bottom-margin: 0; 
	left-margin: 0; 
	right-margin: 0; 
	font: 10px georgia; 
	letter-spacing: 0px; 
	line-height: 13px; 
	text-align: justify; 
	color: #A79090;
	background-color: #BFCA83;
}


p {
	text-indent: 25px;
}

d {
	color: #C8C56F; 
	font-weight: bold; 
}

h1 {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font: 12px georgia;
	font-weight: bold; 
	line-height: 15px;
	letter-spacing: 1px;
	text-indent: 10px;
	color: #EDA383;
	border-bottom: #C5C26D 1px dotted; 
	text-transform: lowercase;
}

table {	
	font: 10px georgia;
	text-align: justify; 
}

input, select, textarea {
	border-top: 1px solid #ADB871;
	border-left: 1px solid #ADB871;
	border-right: 1px solid #ADB871;
	border-bottom: 1px solid #ADB871;
	font: 10px georgia;
	color: #B3B3B3;
	background: #E0DEAB;
}

a, a:link, a:active, a:visited {
	color: #A79090; 
	font: 10px georgia; 
	font-weight: bold; 
	text-decoration: underline;
	letter-spacing: 0px; 
}

a:hover {
	font-weight: bold;
	text-decoration: none; 
	border-bottom: 0px;
}