.body { font-family: verdana,helvetica,arial; font-size: 9 pt; margin: 0px; }
.reverse { font-family: verdana,helvetica,arial; font-size: 9 pt; margin: 0px; color: white; }
a.body:link { color: darkred; text-decoration: none; }
a.body:hover { color: #f0e68c; text-decoration: underline; }
.h1 { font-family: times; font-size: 14 pt; color: darkred; }
a.h1:hover { color: #f0e68c; text-decoration: underline; }
a.h1:link { color: darkred; text-decoration: none; }
.header { color: darkred; font-size: 9 pt; font-family: helvetica,arial }
.header:link {color: darkred; text-decoration: none; }
.header:visited {color: darkred; text-decoration: none; }
.header:hover {color: #f0e68c; text-decoration: underline; }
.header:active {color: blue; }
/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 background-color: #ffffff;
}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item  { font-family: times;
  font-size: 10 pt;
  margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active { font-family: helvetica;
font-size: 14 pt;
text-decoration: none;

	}

.rss-item a:hover { color: red;
text-decoration: none;

	}
	
.rss-date { font-color: gray;
	font-size: 7 pt;
	} 