/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/
.rsscontainer{
margin-bottom: 5px;
}

.rsscontainer .rsstitle a:link {
	font-weight: normal;
	color: #003840;
	font-size: 1.4em;
}


.rsscontainer .rssdate{
	color: #666666;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 188px;
border-right: 1px dotted #005A66;
border-left: 1px dotted #005A66;
text-align: center;
padding: 12px 0;
}

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


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


.rsspaginate a:hover, .rsspaginate a.selected{
color: #000;
background-color: #6ec7d4;
}