
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 40px;
	background: white;
}
td {
	/*vertical-align: top;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #765305;
}
p {
	margin-left: 40px;
}
input.btn {
	padding: 0.5em;
}
#gameContainer {
	margin-left: 40px;
	width: 800px;
	height: 400px;
	border-bottom: 5px solid #650;
}
#score {
	height: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid #449;
	background: #ddd;
	margin-bottom: 0.5em;
}
#current {
	height: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.currentOn {
	border: 1px solid #449;
	background: #ddd;
}
#target {
	color: #765305;
	font-size: 130%;
	font-weight: bold;
	font-family: courier, sans-serif;
	position: relative;
	top: 0px;
	left: 10%;
}
.green {
	color: #038500;
}
.red {
	color: #d7370f;
}
