.schedule {border: 0; text-align: center;}
.schedule a {text-decoration: none;}
.schedule a:hover {text-decoration: underline;}
.schedule td {white-space: nowrap; padding: 8px 3px 8px 3px;}

.schedule .topRow td {
	border-top: 2px solid purple;
}
.schedule .tuesdayHeading {
	color: black;
	font-weight: bold;
	background-color: #e6e6e6;
}
.schedule .tuesday1 {
	background-color: #d0e8d0;
	background-color: #d0d0d0;
}
.schedule .tuesday3 {
	background-color: #ebffeb;
	background-color: #e6e6e6;
}
.schedule .thursdayHeading {
	color: #555;
	font-weight: bold;
	background-color: #fff;
}
.schedule .thursday1 {
	background-color: #ffd8d8;
	background-color: #e6e6e6;
}
.schedule .thursday3 {
	background-color: #ffebeb;
	background-color: #fff;
}
.schedule .currentRow {
	background-color: gold;
}
.schedule .headingRow td {
	border-top: 1px solid purple;
	font-weight: bold;
}
.schedule .headingCell {
	border-left: 1px solid purple;
}

