/**
 * Style sheet styles/news_ticker
 */

#RssNewsTicker_Container {
   margin-top: 5px;
   padding: 3px;
   background-color: #BFDBBE;
   border: 2px solid #014A00;
   font-size: 11pt;
}

#RssNewsTicker_Container a:link,
#RssNewsTicker_Container a:active,
#RssNewsTicker_Container a:visited {
   font-weight: 600;
   text-decoration: none;
}

#RssNewsTicker_Container a:hover {
   text-decoration: underline;
}
