.Favorite {

	border-bottom : 3px solid black;

}

.Filler {

	border-right : 3px solid black;

}

.Underdog {

	border-right : 3px solid black;

	border-bottom : 3px solid black;

}



.Winner {

	background-color : Lime;

}

.Loser {

	background-color : Red;

}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
