body      { font-size: 8pt; font-family: Arial; line-height: 12pt }
p {}
td {}
a   { color: #9f5128; font-size: 10pt; font-family: Arial; text-decoration: none }
a:visited  { color: #9f5128; font-size: 10pt; font-family: Arial; text-decoration: none }
a:hover  { color: #b48427; font-size: 10pt; font-family: Arial; text-decoration: underline }

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box  { background-color: #ffffff; width: 188px }

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss_item  {
  font-size: x-small;
  margin-bottom: 1em;;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {

	}

.rss_item a:hover { 

	}
	
.rss_date {
	font-size: xx-small;
	}
