body {
	margin:0;
	padding:0;
}
a {
	color:#432100;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color:#432100;
}

.input {
	color:#532919;
	width:119px;
	height:19px;
	border:1px solid #532919;
	background-color:#be6044;
	padding:2px;
	font-size: 11px;
	font-weight: bold;
}
.button {
	border:none;
	color:#532919;
	width:80px;
	height:23px;
	border:2px solid #532919;
	background-color:#995439;
	padding:2px;
	font-size: 11px;
	font-weight: bold;
}