/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.beige{
padding:5px 0 0 0;  
border-bottom:1px solid #acacac;
text-decoration:none;
}
.blanc{ 
background-color:white;
border-bottom:1px solid #acacac;
text-decoration:none;
}
.beige .rsstitle a, .blanc .rsstitle a{ /*Style for .rsstitle DIV*/
font-weight: normal;
color:#666;
text-align:justify;
text-decoration:none;
}

.beige .rsstitle, .blanc .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
color:#666;
text-align:justify;
display:block;
margin:0 5px 7px 5px;
}

.beige .rssdate, .blanc .rssdate{ /*Style for .rssdate DIV*/
   font-weight:bold;
   font-size:0.9em;
   color:#52b532;

   margin:5px 5px 5px 5px;
}
