body#news #content  h4 {
   margin: 0;
   padding: 0 0 0 15px;
   background: #fff url(/img/css/news_arrow.gif) left center no-repeat;
}

body#news #content h5 {
   font-size: 0.8em;
   color: #ddd;
   margin: 25px 0 2px 0;
}

body#news #content hr {
   border: 1px solid #ddd;
   width: 300px;
   color: #ddd;
   margin: 15px auto;
}


body#news #content p.linkmore a {
   text-decoration: none;
   border-bottom: 1px solid #0099FF;
   font-size: 0.8em;
   color: #0099FF;
   margin: 0 0 0 20px;
   padding: 0 0 0 10px;
   background: #fff url(/img/css/arrow.gif) left center no-repeat;
}

body#news #content img.rss {
   float: left;
   border: 0px;
   margin: 0;
   padding: 0 5px 0 0; 
}

