
.body {
font-family: verdana, sans-serif;
font-size: 11px;
color: #FDFCF3;
line-height: 17px;
}

.body A:link{
color: #FDFCF3;
text-decoration:underline;
}

.body A:active{
color:#FDFCF3;
text-decoration:underline;
}

.body A:visited{
color:#FDFCF3;
text-decoration:underline;
}

.body A:hover{
color:#FDFCF3;
text-decoration:none;
}


h1 {
 font-family: Georgia, Times, Arial, Verdana, sans-serif;
 font-weight: normal;
 font-size: 18px;
 color: #F2F2E2;
 line-height: 18px;
 margin: 0;
 padding: 0;
}

h1 a {
 text-decoration: underline;
 color: #F2F2E2;
}

h1 a:hover {
 text-decoration: none;
}

h2 {
 font-family: Arial, Verdanda, sans-serif;
 font-weight: normal;
 font-size: 14px;
 color: #F2F2E2;
 line-height: 14px;
 margin: 0;
 padding: 0;
}

p {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #F2F2E2;
 line-height: 14px;
}

p.header {
 width: 200px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 color: #F2F2E2;
 line-height: 14px;
 padding-bottom: 10px;
 border-bottom: 1px #F2F2E2 solid;
}

#podcast {
 background:#F2F2E2;
 padding: 20px;
}


#podcast h1 {
 font-family: Georgia, Times, Arial, Verdana, sans-serif;
 font-weight: normal;
 font-size: 18px;
 color: #8BAFB4;
 line-height: 18px; 
}

#podcast h1 a {
 text-decoration: underline;
 color: #8BAFB4;
}

#podcast h2 {
 font-family: Georgia, Times, Arial, Verdana, sans-serif;
 font-weight: normal;
 font-size: 15px;
 color: #7BA187;
 line-height: 15px;
 padding: 5px 0px 0px 0px;
}

#podcast h2 a {
 text-decoration: underline;
 color: #7BA187;
}

#podcast h2 a:hover {
 text-decoration: none;
}


#podcast p {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #8E9D9E;
 line-height: 14px;
}

#podcast h3 {
 font-family: Georgia, Times, Arial, Verdana, sans-serif;
 font-weight: normal;
 font-size: 16px;
 color: #F2F2E2;
 line-height: 20px;
 background: #A8C3C7;
 padding: 5px;
}


/*
#podcast .episode p {
 padding: 20px;
}
*/

#podcast .episode {
 min-height: 120px;
 background: #E8E8D4;
}

* html #podcast .episode { /*IE FIX NEEDED TO READ HEIGHT - min-height won't work hopefully IE 7  will resolve*/
 height: 120px;
}


#podcast .episode img {
 float: left;
 margin: 0px 15px 0px 0px;
}

/*
.podcasttitle {
 font-family: Georgia, Times, Arial, Verdana, sans-serif;
 font-weight: normal;
 font-size: 16px;
 color: #7BA187;
 background: #ccc;
 line-height: 15px;

}
*/
#podcast a {
 color: #F2F2E2;
 text-decoration:underline;
}

#podcast a:hover {
 text-decoration: none;
}

