﻿#newsfeed{
    font-size:small;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid #990000;
    width:878px;
    margin-top:20px;
    padding:10px;
}
#newsfeed h1{
    font-size:100%;
    font-weight:normal;
    margin:0;
    margin-bottom:3px;
}
#newsfeed h2{
    font-size:100%;
    font-weight:bold;
    margin:0;
    margin-bottom:3px;
}
#newsfeed p{
    margin:0;
}
#newsfeed .pubdate{
    font-size:85%;
    color:#666666;
    margin-bottom:3px;
}
#newsfeed a, #newsfeed a:link, #newsfeed a:active{color:#990000;}
#newsfeed a:visited{color:#009999;}
#newsfeed a:hover{background-color:#E0E0E0;}

#newsfeed .item{
    width:262px;
    height:125px;
    float:left;
    margin-right:30px;
}
#newsfeed .header{
    border-bottom:1px solid #CCCCCC;
    margin-bottom:10px;
    padding-bottom:10px;
}
#newsfeed .channel-description{
    font-size:120%;
    font-weight:bold;
    margin-top:5px;
    margin-bottom:5px;
}
#newsfeed .borderless-image{border:0;}
#newsfeed .thumbnail{
    float:left;
    margin:0px 10px 30px 0px;
}