body {
	font-family: sans-serif, monospace;
	font-size: 80%;
	color: #D0FFD0;
	background: url("img/background.png");
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
}
.tile1 {
	background-color: #FFDDDD;
	border: 1px solid #FFBBBB;
	width: 10px;
	height: 10px;
	text-align: center;
}

.tile2 {
	background-color: #DDDDFF;
	border: 1px solid #BBBBFF;
	width: 10px;
	height: 10px;
	text-align: center;
}

.tile11 {
	background-color: #DDBBBB;
	border: 1px solid #FFBBBB;
	width: 10px;
	height: 10px;
	text-align: center;
}

.tile21 {
	background-color: #BBBBDD;
	border: 1px solid #BBBBFF;
	width: 10px;
	height: 10px;
	text-align: center;
}

.tile12 {
	background-color: #FFFFFF;
	border: 1px solid #FFBBBB;
	width: 10px;
	height: 10px;
	text-align: center;
}

.tile22 {
	background-color: #FFFFFF;
	border: 1px solid #BBBBFF;
	width: 10px;
	height: 10px;
	text-align: center;
}

.tile3 {
	background-color: #88FF88;
	border: 1px solid #00FF00;
	width: 10px;
	height: 10px;
	text-align: center;
}
