
#rssBox{
         width:600px;
         margin:50px;
/*        float:right;*/
         height:130px;	
         border:1px solid #7099C5;
         padding:3px;
         font-size:0.9em;
         background-color:#f0f0ff;
         
         }		
.rssBoxDate{
/*             display:none;	 I don't want to show the date */
             text-align:right;
             float:right;
             margin: 0 0 0 0;
             font-size:0.9em;
             }
.rssBoxHeading{	/* Heading of RSS item */
                font-weight:bold;
                color:#7099C5;
                margin:0px;
                }
.rssBoxDescription{	/* Description of RSS item */
                    
                    }	
.rssBoxLink{	/* Read more link */
		color:#F0;
             text-decoration:none;
             }
.rssBoxLink:hover{	/* Read more link - mouse over */
                   text-decoration:underline;
                   }
