/* CSS Document */

#feed{ 
    padding:0 15px 15px 15px;
	font-size:12px;
	height:200px;
	overflow-y:scroll;
	margin-bottom:10px;
} 
#feed dl{ 
    line-height:1.5; 
} 
#feed dl dt{ 
    margin:5px 0 0 0; 
    font-weight:bold; 
    color:#01A88D; 
} 
#feed dl dd{ 
    border-bottom:dashed 1px #333333; 
} 
