@import url("reset.css");
@import url("960.css");
@import url("text.css");
@import url("w3.css");


blockquote { 
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	padding: 8px;
	border: 1px solid #B9DCF0;
	background: #E0EFF8;
	font-size: 15px;
}


.schedule {
	width: 100%;
	padding: 8px;
	border: 1px solid #B9DCF0;
	background: #E0EFF8;
}
.schedule p {
	border-bottom: 2px solid #B9DCF0;
	display: block;
	padding: 0; margin: 0;
	letter-spacing: 1px;
	color: #7D6D6A;
}
ul.lst { margin: 0; padding: 0; list-style: none; }
ul.lst li {
	display: block;
	padding: 7px 7px 12px 7px;
	border-bottom: 1px solid #B9DCF0;
	overflow: hidden;
	list-style: none;
	margin-left: 0;
}
ul.lst li span {
	float: left;
	width: 90%;
	font-weight: bold;
}
ul.lst li em {
	text-align: left;
	float: left;
	clear: both;
	font-style: normal;
	font-weight: normal;
	color: #9c836e;
}