#extras ul {
	padding-bottom: 20px;
}
#extras ul li {
	padding: 10px 0 0 20px;
	list-style-type: disc;
	list-style-position: inside;
	text-align: justify;
}
.podCast fieldset {
	border: 1px black solid;
	-moz-border-radius:5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.podCast legend {
	color: #333366;
	font-weight: bolder;
}
.podCast a {
	color: #333399;
}
.podCast a:hover {
	text-decoration: underline;
}
.podCast ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding: 10px 0 0 0;
}
.redtext { color: red; }