﻿.header-td
{
    font-weight: bold;
}
.b-left
{
    border-left: solid 2px black;
}
.b-right
{
    border-right: solid 2px black;
}
.b-top
{
    border-top: solid 2px black;
}
.b-bottom
{
    border-bottom: solid 2px black;
    vertical-align: bottom;
}
.game-td
{
	text-align: right;
	font-weight: bold;
	color: Red;
	width: 160px;
}
.team-td
{
	font-style: italic;
	font-weight: bold;
	color: Green;
	
}
.venue-td
{
	color: Blue;
}
.time-td
{
}