BODY {background: silver;}
H1 {color: yellow;background: black}
H3 {color: green;}
TH {color: white;background: black;}
TABLE {background: yellow;}
.tabresult{
  background: yellow;
	border: 0;
	cellspacing: 1;
	cellpadding: 1;
}
.tabfooter{
	background: silver;
}
.winner{
	color: black;
	background: lime;
	font-weight: bold;
}
.loser{
	color: white;
	background: red;
	font-weight: bold;
}

