/* Home CSS Document */

.podcast{
	margin:5px 10px 5px 10px;
	padding:0 0 5px 0;
	border-bottom:1px solid #CCCCCC;
}
.podcast img{
	float:right;
	border:0;
}
.podcast a{
	text-decoration:none;
	color:#ba3375;
	font-weight:bold;
	}
	.podcast a:hover{
		text-decoration:underline;
	}