.smsclass{
width: 240px;
padding: 6px;
background-color: lightyellow;
border: 0px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
color: black;
font-size: 100%;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
color: red;
font-weight: bold;
font-size: 100%;
}
