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

.rsscontainer{
margin-bottom: 5px;
}

.rsstitle{ /*Style for .rsstitle DIV*/
}

.rssdate{ /*Style for .rssdate DIV*/
}

.rssdescription{ /*Style for .rssdecription DIV*/
font-weight: normal;
font-size: 100%;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 100%;
text-align: center;
padding: 2px 0;
margin: 5px 0;
}

.rsspaginate form{ /*Style for Pagination DIV's form element*/
margin: 0;
}

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
border: 0px solid navy;
margin: 0 10px;
}

.rsspaginate a{ /*Pagination links*/
padding: 0 5px;
text-decoration: none;
border: 0px solid black;
color: ##cc0000;
background-color: transparent;
}


.rsspaginate a:hover, .rsspaginate a.selected{
color: #ff0000;
background-color: transparent;
}
