.blinkblue a:active {color: #1d7a9c; text-decoration: blink}
.blinkblue a:link {color: #1d7a9c; text-decoration: blink}
.blinkblue a:visited {color: #1d7a9c;text-decoration: blink}
.blinkblue a:hover {color: #1d7a9c; text-decoration: blink}

.blackunderline a:active {color: #000000; text-decoration: underline}
.blackunderline a:link {color: #000000; text-decoration: underline}
.blackunderline a:visited {color: #000000;text-decoration: underline}
.blackunderline a:hover {color: #000000; text-decoration: none}

.black a:active {color: #000000; text-decoration: none}
.black a:link {color: #000000; text-decoration: none}
.black a:visited {color: #000000;text-decoration: none}
.black a:hover {color: #000000; text-decoration: underline}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img {float:left; margin:0 8px 8px 0;}
.img2 {float:left; margin:0 8px 0 0;}


BODY 
{font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000;}











/* begin styles for RSS Feed */


.rss-box { background-color: white; margin: 10px 0%; padding: 0px 0px; border: none }

.rss-title, rss_title a { font-family: "Tahoma, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #008eae;
        margin: 0px 0;
	padding: 0;
	letter-spacing: 1px; }

.rss-items    { list-style-type: none; list-style-image: url("http://142.27.144.70/gerry/pointer.jpg") }

.rss-item { color: black; font-size: 70%; font-family: Tahoma; font-weight: normal; margin: 0px 0 }

.rss-item a:link, .rss-item a:visited { color: #008eae; font-size: 120%; text-decoration: none }

.rss-item a:hover { color: gray; text-decoration: underline }

.rss-date { color: gray; font-size: 80%; 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
   }

