/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.rsscontainer{
  margin-bottom: 10px;
}

/*
.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
  font-weight: normal;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
  font-color: gray;
  font-size: 90%;
}
*/

.rsstitle {
  font-size: 90%;
  font-weight: bold;
}

.rssdate {
  font-size: 70%;
}

.rssdescription {
  font-size: 80%;
  margin-left: 1.5em;
}


