a {
     font-family: arial, sans-serif;
     font-size: 100%;
}
a:hover {
     color: red;
}
/* begin styles for RSS Feed */

.rss-box {
	 width: 100%;
	 padding: 8px;
	 background-color: #FFFFFF;
	 border: 3px;
	 border-style: solid;
	 border-color: #5CA2D5;
}

.rss-title, .rss-title a:link {
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: navy;
}

.rss-title a:visited, .rss-title a:active, .rss-title a:hover {
	color: blue;
	font-family: arial, sans-serif;
	font-size: 12pt;
}

.rss-items {
	list-style: disc;
  
}

.rss-item  {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  margin-bottom: 1em
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : underline;
   font-size: 12pt;
   font-weight: normal;
	color: blue;
	}

.rss-item a:hover { 
	text-decoration : underline;
   font-size: 12pt;
	font-family: arial, sans-serif;   
	color: red;
   font-weight: normal;
	}
	
.rss-date {
	font-size: 12px;
	font-weight : normal;
	color: #4E566F;
	} 
