body {
	margin: 0;
	background-color: #372715;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #4AC6E1;
	text-decoration: none;
}
a:hover {
	color: #CDC9B1;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #928E7A;
}
.field {
	border: 1px solid #372715;
	background-color: #463523;
	width: 200px;
}
.button {
	font-weight: bold;
	color: #493826;
}

