@CHARSET "ISO-8859-1";


.rss_table{
     border-collapse: collapse;  
}

.rss_testo_td_colorato{
	text-align: left;
	background-color:#D5D7D8;
	font-weight: bold;
	color: black;
	width:728px; 
	padding:2px;
	height:12px;		
}

.rss_img_link_td_colorato{
	text-align: right;
	background-color:#D5D7D8;
	font-weight: bold;
	color: black;
	padding: 2px;
	width:40; 
	height:12px;	
}

.rss_testo_td_bianco{
	text-align: left;
	background-color:white;
	font-weight: bold;
	color: black;
	width:728px; 
	padding:2px;
	height:12px;	
}

.rss_img_link_td_bianco{
	text-align: right;
	background-color:white;
	font-weight: bold;
	color: black;
	padding: 2px;
	width:40; 
	height:12px;
}

.rss_img{
	cursor: pointer;
	border:0;
}



