.programList a {
	display: block;
	width: 470px;
	text-decoration: none;
	color: #152e53;
	height: 50px;
	font-size: 1.2em;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 5px;
}
.programList a:hover {
	background-color: #C9E0F8;
}

.programList a span {
	font-size: .5em;
	font-style: italic;
	color: #666;
}
#diploma  {
	float: left;
}
#degree {
	float: right;
	margin-bottom: 30px;
}
