.left2 A:active {
	FONT-SIZE: 10px; COLOR: #0000CD; TEXT-DECORATION: underline
}
.left2 A:visited {
	FONT-SIZE: 10px; COLOR: #0000CD; TEXT-DECORATION: underline
}
.left2 A:link {
	FONT-SIZE: 10px; COLOR: #0000CD; TEXT-DECORATION: underline
}
.left2 A:hover {
	FONT-SIZE: 10px; COLOR: #0000CD; TEXT-DECORATION: none
}
.left2 {
	FONT-SIZE: 10px; LINE-HEIGHT: 19px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
#schedule {
	padding-top: 10px;
	padding-bottom: 10px;
	border-collapse: collapse;
}
#schedule caption {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 900;
	font-size:larger;
}
#schedule td {
	padding: 5px;
}
#schedule tr first-child {
	border-top: none;
}
#schedule td {
	border: 1px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	text-align: left;
}
#schedule tfoot td {
	text-align: left;
	border: none;
}

#roster {
	border-collapse: collapse;
	border: 1px solid black;
}
#roster caption {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:larger;
	font-weight: 900;
}
#roster th,
#roster td {
	border: 1px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	text-align: left;
	padding: 2.5px;
}
#roster tr:first-child {
	text-align:center;
}

#schedule .dtstart {
	color:#C00;
	font-weight: 900;
}
.spursSchedule .dtstart
{
	text-transform:uppercase; 
}
#schedule .hotgame {
	font-size: larger;
	text-transform: uppercase;
}
