@charset "utf-8";
/* CSS Document */

<style type="text/css"  media="all">

/* begin styles for RSS Feed */

.rss_box {
	 
	 width: 150px;
	 background-color: #ffffff;
	 
}

.rss_title, rss_title a {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	text-align:justify
}

.rss_items { 
       
	   list-style:none;

       margin:0;

       padding:0;
  
}

.rss_item  {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight : normal;
  margin: 8px 0;
  color:gray;
  text-align:justify
}

.rss_item a {
	color:black;
	font-size: 14px;
	font-weight:bold;
	font-family:arial, helvetica sans-serif;
	}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #000000;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #c0c0c0;
	}
	</style>
<link rel="stylesheet" href="style/myfeed.css" media="all">

