﻿.rss {
    margin-top:15px;
     width:300px;
     height:200px;
     overflow:scroll;
     /*overflow:auto; /*provide scroll bars */
     /*Float:left & position:relative take away margin in IE*/
     float:left;
     position:relative;
     background:white;
     border:2px solid #CCCCCC;
     margin-bottom:10px; /*seperate rss div from footer */
     
    
}

.rssAlt {
    background:#CCCCCC;
    }
    
/*This is needed for IE;*/
#Rss1 {
    width:300px;
     height:200px;
     float:left;
     position:relative;
     }

.rssDate 
{
    color:Gray;
    font-weight:bold;
    font-family:Verdana; 
    font-size:11px;
    text-align:left;                
}

.rssTitle {
    font-family:Verdana;
    font-size:11px
}

.rssDesc {

}