td.user_is_game
{
	background-image: url(green.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #708BC3;
}
td.user_is_not_game
{
	background-image: url(red.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #708BC3;
}

