﻿/* begin styles for RSS Feed */

.rss-box {
	 margin: 0em;
	 width: 270px;
	 background-color: #70002D;
	  border: 1px solid #70002D;
	 
}
.rss-items {
	margin-top:0px;
	padding:1em; 
	margin-left:0px;
	color:#ffffff;
}
p.rss-title {padding:0em;}
.rss-title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 85%;
	background-color:#70002D;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  font-size: 0.75em;
  font-weight : normal;
  list-style:square;
  padding-bottom:0.5em;
}

.rss-item a {
	color:white;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
	color:white;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	} 
	
	
	
a:hover {
	color: #DDDDDD;
	text-decoration:underline;
}

