body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0;
}

.time {
	font-weight: bold;
}

.title {
	font-weight: bold;
}

.ampm {
	font-weight: bold;
}

.description {
	font-size: .8em;
	color: #666;
}

.description p {
	margin: 0;
}

#header h1 {
	margin-bottom: 5px;
}

#header h2 {
	background-color: #c1272d;
	padding: 2px 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: white;
}

#footer ul {
	background-color: #c1272d;
	padding: 2px 5px;
	margin: 0;
	border-top: 4px solid #801a20;
}

#footer li {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

#footer li a {
	color: white;
	font-weight: normal;
	font-style: normal;
}