.rssclass{
display: none;
width: 829px;
height: auto;
margin-left: 48px;
margin-right: 26px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
pading-bottom: 5px;
//background-color: #F5F3B3;
border:3px solid #97000B;
border-bottom-left-radius: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
padding-bottom: 5px;
font-size: 80%;
}


.rsstitle a{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
color: #97000B;
font-size: 85%;
font-family: Arial;
text-decoration: none;
}

.rsstitle { /*shared class for all title elements in an RSS feed*/
font-weight: bold;
color: #97000B;
font-size: 85%;
font-family: Arial;
text-decoration: none;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #00F;
font-size: 5%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
font-family: Arial;
font-size: 80%;
}

	
