BODY {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 14px;
	margin-top: 0px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 14px;
	margin-top: 0px;
}
    
P STRONG {
	color: #111111;
}

TABLE {
	border-collapse: collapse;
}

TD {
	vertical-align: top;
	padding: 0px;
}

TABLE.highscores {
	width: 660px;
}

TABLE.highscores TD {
	width: 220px;
	padding: 0px;
}

TABLE.highscore TD {
	padding: 0px;
}

TABLE.highscore TD.num {
	width: 30px;
}

TABLE.highscore TD.name {
	width: 100px;
}

TABLE.highscore TD.score {
	width: 90px;
}