@charset "utf-8";
body {
	background-color: #7B5E34;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	line-height: 90%;
	text-transform: uppercase;
	letter-spacing: .2em;
	word-spacing: normal;
	vertical-align: baseline;
}
h1 {
	letter-spacing: .5em;
}
h1 {
	line-height: 80%;
}
p {
	
	text-align: center;
}
a {
	color: #4F3618;
}
button {
	text-align: center;
}
.submit {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #00F;
	border-left: 0;
	color: #00F;
	display: inline;
	margin: 0;
	padding: 0;
}
.buttonstyle {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
}
body {
	background-image: none;
	background-repeat: repeat;
	background-color: #7B5E34;
}
.backgroundpic {
	background-image: url(img/back.jpg);
	background-repeat: repeat;
}
