/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #DAC793;
}
a:link {
	color: #3E1B00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3E1B00;
}
a:hover {
	text-decoration: underline;
	color: #3E1B00;
}
a:active {
	text-decoration: none;
	color: #3E1B00;
}


.layer {
	border: 1px solid #3E1B00;
	background-color: #3E1B00;
}
