.weekday {
	background-color: #f4d9c9;
	font-size: 10pt;
}
.timetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	border-style: none;
}
.timetable td {
	text-align: center;
	border-style: none;
	margin: 4px;
	padding: 4px;
}
.weekend {
	background-color: #9d4d1e;
	color: #fff;
	font-size: 10pt;
}
.break {
	font-size: 8pt;
	color: #990000;
}