BODY {background: silver;}
H1 {color: yellow;background: black}
H2 {color: yellow;background: black}
H3 {color: green;}
TH {color: white;background: black;}
TR {background: yellow;}
TD{background: yellow;}
TABLE {
	background: silver;
	cellspacing: 1;
	cellpadding: 2;
}
.winner{
	color: black;
	background: lime;
	font-weight: bold;
}
.winner a:link{
	color: black;
}
.winner a:visited{
	color: black;
}
.loser{
	color: white;
	background: red;
	font-weight: bold;
}
.loser a:link{
	color: white;
}
.loser a:visited{
	color: white;
}
#menubar {
  border: 1px solid #aaa;
  background-color: yellow;
  float: left;
  width: 300px;
  font-size: 88%;
}
#menubar ul {
	list-style-type: none;
	margin-left: 1.5em;
	padding-left: 0;
	text-align: left;
}
#menubar a:link {
	color: black;
	text-decoration: none;
}
#menubar a:visited {
	color: black;
	text-decoration: none;
}
#menubar a:hover {
	background-color: black;
	color: yellow;
	text-decoration: none;
}
#infobar {
  border: 1px solid #aaa;
  background-color: orange;
  color: navy;
  float: left;
  width: 300px;
  font-size: 80%;
  font-weight: bold;
  text-align: left;
}
#sidebar{
  float: left;
  width: 300px;
}
.sortable th:hover{
	background-color: white;
	color: black;
}
.evolution th a:link{
	background-color: black;
	color: white;
	text-decoration: none;
}
.evolution th a:visited{
	background-color: black;
	color: white;
	text-decoration: none;
}
.evolution th a:hover{
	background-color: white;
	color: black;
	text-decoration: none;
}
