body, p, td, div { font-family: Verdana; font-size: 13px; }
p { margin-left: 20px; padding-right: 20px; }
li { font-size:13px; margin-left:10px; margin-bottom:10px; }
ol li { font-weight:bold; }

.note {
   background-color:#F7F3F7;
   border:solid 2px;
   width:80%;
   padding:25px;
}

.highlight {
   background-color:yellow;
}

h1, h2 { margin-left: 20px; padding-right: 20px; text-align: center; }
h1 { font-size:24px; }
h2 { font-size:13px; }

.timetable { font-size:17px; background-color: black; }
.timetable td { background-color:white; }
.timetable .header {
	background-color:red;
	color:white;
}
.today td {
	background-color:yellow;
}
.tablePrice { text-align:center; }
.tableDay small { font-size:14px; }
