body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #EFEFEF;
	margin: 0px;
	padding: 15px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background: #C00;
}

a img {
	border: none;
	background: transparent;
}

a.podcast img {
	line-height: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

a.podcast {
	text-decoration: none;
}

td a:hover {
	background: transparent;
}

table.audioLinks {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

td {
	padding: 3px;
	margin: 0px;
	text-align: right;
	font-size: 10px;
}

td.empty {
	border-width: 0px !important;
}

td.firstseg {
	border-top: 1px solid #666;
}

td.kbps24, td.kbps64, td.kbps128 {
	font-weight: bold;
	text-align: left;
}

td.kbps24 {
	background: #DDD;
}

td.kbps64 {
	background: #FFE0D8;
}

td.kbps128 {
	background: #C9CFB6;
}

