/* dw-feed-main changes the dimensions and format of the title table */
.dw-feed-main { width:300px; padding:0px; spacing:0px; } 

/* dw-feed-items changes the dimensions and format of the feed table */
.dw-feed-items { border:#ffffff solid; border-top:0px; padding-left: 3px; 
		border-width: 1px; width:550px; }
		
/* dw-feed-title-box changes the style and format of the title table cell */
.dw-feed-title-box { font-family:arial,sans-serif;font-style: italic;
		font-size:10px; color:#333; background:#fff; padding-left:6px; 
		padding-top:4px; padding-bottom:4px; }
		
/* dw-feed-bullet-item changes the style of the bullets */		
.dw-feed-bullet-item { color:#5c81a7; font-size:9px; }

/* a.dw-feed-item:* changes the style of the links */	
a.dw-feed-item:link,
a.dw-feed-item:visited,
a.dw-feed-item:hover{ font-family:verdana,arial,sans-serif; font-size:11px; }
a.dw-feed-item:link { text-decoration:none; color:#5c81a7; }
a.dw-feed-item:visited { text-decoration:none; color:#969; }	
a.dw-feed-item:hover { text-decoration:underline; color:#5c81a7; }
