/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ddcA91;
	line-height: 1.5em;

}

#content {
	background: #ffffff;
	
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 685px;
}

a:link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #564F39;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
}
.header1 {
	font-size: large;
	font-weight: bold;
	color: #CC9900;
}
.header2 {
	font-size: medium;
	font-weight: bold;
	color: #CC9900;
}
.header3 {
	font-size: small;
	color: #CC9900;
	font-weight: bold;
