table {
	font-family: verdana;
	font-size: 10px;
}
#life_board {
	position: relative;
	margin-top: 15px;
}

.alive, .dead, .hover1, .hover2 {
	font-size: 1px;
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid black;
	border-width: 1px 1px 0px 0px;
}

div.alive {
	background-color: #5AF;
}

div.dead {
	background-color: #FFF;
}
div.hover1 {
	background-color: #600;
}
div.hover2 {
	background-color: #369;
}

button, select {
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #000;
	margin: 3px;
}
	

#boundaries {
	width: 105px;
	background-color: #2ad;
}

#start {
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	background-color: #3c3;
}

input {
	font-family: verdana;
	font-size: 10px;
	height: 18px;
}