.rssFeedTitle {
        width: 20em;
        font-size: 10px;
        color: #333;
        font-weight: bolder;
        display: none;
}

.rssItems {
        background-image: url ("http://news.tamhsc.edu/wp-content/themes/tamhsc-3.0/content/images/boxBg.jpg");
        background-repeat: repeat-x;
        background-color: #ededed;
        margin-top: 11px;
        border: 1px solid #C0C0BE;
}

.rssItems ul {
       height: 140px;
       min-height: 140px;
       max-height: 140px;
       overflow: hidden;
       margin: 0;
       padding: 0 0 4px 9x;
}

.rssItems li {
//       list-style-type: none;
       list-style-position: outside;
}


.rssItem .itemDate {
        font-size: small;
        font-style: italic;
        color: #633;
        padding-bottom: 5px;
        padding-top: 0px;
}
.rssItem .itemTitle a {
        text-decoration: none;
        font-size: 18px;
        color: #00583D;
}
.rssItem {
        background-color: #ededed;

        margin-top: 10px;
        margin-bottom: 10px;
}

.rssItem .itemContents {
//      font-family: "Comic Sans MS", cursive;
        font-style: normal;
}

.rssNoItems {
        background-color: #ededed;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        color: #00583D;
}
