/* CSS Document */

/*--- definizione aspetto tabella notizie ---*/
.channel { width: 400px; 
           font-family: Georgia, "Times New Roman", Times, serif; 
		   font-weight: 400; 
		   font-size: 16px; 
		   margin-bottom: 0px;}
		   
.channelDescription { width: 400px; 
                      font-size: 12px; 
					  margin-bottom: 0px;}
					  
.channelPublisher { width: 400px; 
                    font-size: 12px; 
					margin-bottom: 0px;}
					
.news { width: 400px; 
        border-top-style:solid; 
		border-top-color:#999999; 
		border-top-width:1px; 
		border-bottom-style:solid; 
		border-bottom-color:#999999; 
		border-bottom-width:1px; 
		background-color:#eaeaea; 
		display: block; 
		font-size: 12px; 
		width: 100%; 
		margin-bottom: -15px;}
		
.newsAlt { width: 400px; 
           background-color: #ffffff; 
		   display: block; 
		   font-size: 12px; 
		   width: 100%; 
		   margin-bottom: -15px;}


