#wrapper
{
	margin:0 auto;
	width:600px;	
}

.title
{
	text-align: center;
}

.board
{
	border:0;
}

.board td
{
	border:1px solid black;
	font-size:100px;
	font-weight:bold;
	height:200px;
	text-align:center;
	vertical-align:middle;
	width:200px;
}

.x
{
	color:green;
}

.o
{
	color:red;
}

.board tr:first-child
{
	
}
