﻿A:link {
	color: #003300;
}

A:visited {
	color: #333333;
}

A:active {
	color: #F19503;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

TD {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

A.menu:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #333333; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #F19503; TEXT-DECORATION: none
}

TD.menu {
font-family: Arial;
font-size: 12px;
color: #333333;
}

DIV.menu {
font-family: Arial;
font-size: 12px;
color: #333333;
}

HR {
	color: #333333;
	height: 1px;
}

h1,h2,h3,h4 {
color:#003300;
}
h3{
margin:0px;
}

.cat-photo	{
]\
}
/* begin styles for RSS Feed */

.rss-box {
	 margin: 5px;
	 width: 100px;
	 text-align:left;
	 font-family:Arial, Helvetica, sans-serif;
}
.rss-items {
	margin-top:0px;
	padding:5px;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

.rss-item  {
  font-size: 8pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:navy;
	font-size: 8pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: black;
}

.rss-date {
	font-size: 7pt;
	color: red;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
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
   }