/* begin styles for RSS Feed */

.rss_box {
  width : 243px;
  background-color : white;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  border-right-color : #333333;
  border-bottom-color : #333333;
  border-left-color : #333333;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
}
.rss_items {
  margin-top:0px;
  padding:0em 0.5em;
  margin-left:0px;
  color:#000000;
}
P.rss_title {
  padding : 0.2em 0.2em 0.2em 0.2em;
}
.rss_title {
  text-decoration: none;
  font-size : 100%;
  background-color : #333333;
  color:#ffffff;
  font-weight:bold;
  margin: 0px;
  padding:0em;
  text-align: left;
}
.rss_item  {
  font-size: 0.75em;
  font-weight : normal;
  list-style:none;
}
.rss_item A {
  text-decoration : underline;
  color:blue;
  font-size: 100%;
  font-weight:normal;
}
.rss_item A:VISITED {
  color:purple;
}
.rss_date {
  font-size: 80%;
  font-weight : normal;
  color: #F60;
}
        