h6 {
	background: #ddd; 
	line-height: 26px;
	padding: 6px;
}

.box {

}

hr {
	margin: 0px;
   padding: 0px;
   background: red;
}

/*p:first-letter, div.bigletter:first-letter {
	float: bottom; 
	font-weight: normal;
	font-size:18pt;
} */

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

table#timetable {

}

table#timetable th {
	font-size: 11pt;
	text-align: center;
	color: #FFF;
	background: #333;
	border: solid 1px #333;
	padding: 6px;
	font-family: "century gothic", verdana;
}

table#timetable td {
	text-align: center;
	font-size: 7.5pt;
	border: solid 1px #999;
	border-left: none;
	border-top: none;
	cursor: default;
}

table#timetable td.timetable-stream {
	background: #2679B9;
	padding: 11px;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	font-family: "century gothic", verdana;
	border: none;
}

table#timetable td.timetable-time {
	border: solid 1px #999;
	border-right: solid 6px #333;
	border-top: none;
}

table#timetable td.timetable-break {
	background: #eeeeee;
	padding: 6px;
}

a.session:link, a.session:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 7.5pt;
}
a.presenter:link, a.presenter:visited {
	color: #000;
	text-decoration: none;
	font-size2: 7.5pt;
}
a.session:hover, a.presenter:hover {
	text-decoration: underline;
	color: #5381D7;
}


@media print {
   table#timetable th.timetable-time {
      border-right: none;
   }
   
   table#timetable td.timetable-stream {
   	border-bottom: solid 1px #999;
   	border-right: solid 1px #999;
   }

   table#timetable td.timetable-time {
      border: solid 1px #999;
      border-top: none;
   }
}

