/*---schedule----*/

table#schedule h3 { 
	font-family: 'lucida grande';
	font-size: 15pt;
	color: black;
	margin: 20px 0;
	float: left;
	}
	
table#schedule td { 
	padding: 3px 3px 5px 0;
}

table#schedule td.time {
	font-weight: bold; 
}

table#schedule td.room { 
	float:left;
	margin-left: 40%;
	font-style: italic;
}
