.PodcastListing {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.PodcastListing a {
	font-weight: bold;
	color: #ef0009;
	text-decoration: none;
}
.PodcastListing a:hover {
	text-decoration: underline;
}
.PodcastListing span {
	font-size: 9px;
	font-weight: bold;
	text-transform:uppercase;
}