.rss-box {
    width: 97%;
    margin: auto;
    padding: 4px 8px;
    background-color: #FFF;
	color: #000;
}

.rss-title, rss-title a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
	color: #0B2265;
}

.rss-items {
    margin: 0;
    padding: 0;
    border: 0;
}

.rss-item  {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal; 
    margin: 8px 0;
	color: #000;
	list-style: none;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.rss-item a:hover { 
	text-decoration: none;
	color: #0B2265;
    font-weight: bold;
	border-bottom: 1px dotted #0B2265;
}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}

.rss-item td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal; 
}
	
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
 
