/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/
font, a {font-family : Verdana, Arial, Helvetica, sans-serif; }

.link        { font-size : 11px; color : #000000 }
a.link        { text-decoration: none; color : #006699;  }
a.link:hover { text-decoration: underline; color : #DD6900; }

.rsscontainer{
margin-bottom: 5px;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
font-size : 12px;
color : #000000;
}

.rssdescription{ /*Style for .rsstitle DIV*/
font-weight: normal;
font-size : 10px;
color : gray;
font-family: "Courier New", Courier, mono
}


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

font-color: gray;
font-size: 10px;

}

.rsspaginate{ /*Style for Pagination DIV*/
width: 297px;
text-align: center;
padding: 1px 0;
margin: 0px 0;

}

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

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
border: 1px solid black;
margin: 0 10px;
background-color: #772b1a;
font-size : 11px;
color: #ffffcc;
}

.rsspaginate a{ /*Pagination links*/
padding: 0 3px;
text-decoration: none;
border: 1px solid black;
color: #ffffcc;
background-color: #772b1a;
font-size : 11px;
}


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

