#content {
	color: #FFFFFF;
}
.content strong {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

ul {
	margin: 15px;
}

#playButton a {
	margin: 0px 10px 10px 15px;
	background: url(play.gif) no-repeat;
	width: 100px;
	height: 115px;
	float: left;
	display: block;
}

#playButton a:hover{
	background-position: 0px -114px;
	/*background: #CC0000;*/
}

#scoreButton a {
	margin: 10px 10px 10px 10px;
	background: url(highscore.gif) no-repeat;
	width: 100px;
	height: 105px;
	float: left;
	display: block;
}

#scoreButton a:hover {
	background-position: 0px -120px;
}

.divide {
	clear: both;
	padding-left: 5px;
	margin-top: 10px;
	height: 34px;
}

.highlight {
	color: #002B5B;
}

#caption {
	float: left;
	width: 660px;
	padding: 0px 0px 0px 10px;
}

.Cell {
	padding: 0px 0px 0px 10px;
	margin-top: -10px;
}

.subHead {
	padding: 0px 0px 0px 5px;
	margin-top: -10px;
}

.topAlign {
	vertical-align: text-top;
	padding-bottom: 10px;
}
#schunkattack{
	background-position: 0 -13px;
}

