/*minesweeper*/

body {
	
	font-family:ms ui gothic;
	background-color:#c2fff2;
	
}

#house {
	
	width:800px;
	
}

h1, h2, h3 {
	
	margin:0;
	
}

p {
	
	margin:0;
	
}

#table {
	
	display:table;
	
}

.table-cell {
	
	display:table-cell;
	
}

.table-row {
	
	display:table-row;
	
}