body {
	margin:2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFD89E;
}




H1 {
	font-weight: bold;
	color: #3F3325;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font: Helvetica;
	vertical-align: middle;
}



/* Style for the page body */
.pagebody {
	background-color: #020804;
	padding: 2px;
}








/* links */
a:active {
	text-decoration: none;
	color: #653014;
}

a:visited {
	text-decoration: none;
	color: #653014;
}

a:hover {
	text-decoration: none;
	color: #EB9544;
}

a:link {
	text-decoration: none;
	color: #653014;
}

