#programList a {
	display: block;
	width: 500px;
	text-decoration: none;
	color: #152e53;
	height: 50px;
	font-size: 1.2em;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 5px;
}
#programList a span {
	font-size: .5em;
	font-style: italic;
	color: #666;
}
