body{
	margin: 0 0 0 0px; /* top, right, bottom, left */
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;
	background-color: #fff;
	text-align: left;
}

.hourstf {
	font-size: 36px;
	color: #57a6f1;
	font-weight: bold;
}
.day {
	background: #0E4E73;
	width: 98px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top:2px;
	text-align: center;
	color: #fff;
	height: 20px;
}
.hour {
	background: #0E4E73;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.off {
	background: #E8EEF7;
	width: 98px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.title {
	font-size: 24px;
	color: #81BCF4;
	padding-top: 15px;
	padding-left: 15px;
}
.date {
	font-size: 14px;
	text-align: left;
	color: #0E4E73;
	font-weight: bold;
}
.fyi {
	font-size: 11px;
	padding-right: 27px;
}
.info {
	width: 98px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	background: #C3D9FF;
	border: 1px solid #f1f1f1;
	height: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.info a:link {
	color: #000;
	text-decoration: none;
}
.info a:visited {
	color: #000;
	text-decoration: none;
}
.info a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
