#scheduleTable {
	border: 5px solid Blue;
	background-color: LightYellow;
	text-align: center;	
}

#scheduleTable thead, tfoot {
	background-color: Blue;	
	color: White;	
}

#scheduleTable tbody tr:hover {
	background-color: Yellow;	
	color: Black;	
}
