<!--
body,td,p{
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
}
-->

/* begin styles for RSS Feed

This is the most basic style to use for a list with no bullets */



.rss_box {

width: 350px;

background-color: #ffffff;

}



.rss_title, rss_title a {

margin: 0px 0;

padding: 0;

}



.rss_items {

list-style:none;

margin:1;

padding:2;

}



.rss_item {

font-size: 11px;



margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {

font-size: 11px; font-weight: bold;

}



.rss_item a:hover {



}



.rss_date {

font-size: xx-small;

}