@CHARSET "ISO-8859-1";

.win {
	font-weight: bold;
}

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

.even {
	font-weight: bold;
	color: blue;
}