DIV.content {
	left			: 26px;
}

H1, H2 {
	text-align:center;
}
           
TABLE.results {
	border-width		: thick;
	border-style		: double;
	border-color		: black;
	background-color	: lime;
	color				:black;
	font-size			: 12px;
	text-align: left;
/*	margin-left: auto;
	margin-right: auto; */
}

CAPTION {
	font-size		: large;
}

TABLE.results THEAD {
	background-color	: red;
}

TABLE.results THEAD TH {
	text-align		: center;
}

/*
DIV.northsouth {
	float			: left;
}

DIV.eastwest {
	float			: right;
}

DIV.singlewinner {
}
*/
/*
DIV.singlewinner TABLE.results {
	margin-left: auto;
	margin-right: auto;
}
*/
TABLE.results {
	margin-left: auto;
	margin-right: auto;
}

UL.fine {
	clear: both;
	width: 50%;
	background-color: white;
	color: inherit;
	border: 5px solid green;
	padding: 10px;
	list-style: disc inside url(../images/smiley-sad.gif);
}

DIV.officials {
	clear : both;
}

DIV.officials UL {
	list-style: none;
}


DIV.fine {
	clear:both;
}

DIV.navigation HR {
	clear			: both
}

DIV.navprev {
	float			: left;
}

DIV.navprev IMG {
	border: none;
	vertical-align: middle;
}

DIV.navnext {
	float			: right;
}

DIV.navnext IMG {
	border: none;
	vertical-align: middle;
}

.pos {
	text-align		: center;
}

TH.player {
	text-align		: center;
}

.score {
	text-align		: right;
}

.winner {
	color			: red;
	font-weight		: bold;
}

.change {
	text-align		: center;
}

.masterpoints {
	text-align		: right;
}

P.timestamp {
	text-align		: center;
}
