

.middleColumn
{
	display: block;
	text-align: center;
}

body
{
	background:#fff;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #666;
}
.word
{
	cursor: pointer;
	color: #666;
	position: absolute;
	z-index: 1;
}

.word_over
{
	cursor: pointer;
	color: #FFF;
	position: absolute;
	z-index: 1;
}
.word_zoom
{
	position: absolute;
	font-weight: bold;
	z-index: 0;
}
