/* $Id: editorial.css,v 1.1 2007/11/06 15:10:34 gualter Exp $ */

/**********************************************************************************/
/*  style sheet utilizzato per il disegno delle notizie nella sezione editoriale  */
/**********************************************************************************/

#news
{
	/*border:solid 1px;*/
	padding:5px;
	text-align:left;
}


#news_list
{

}

.ed_title
{
	font-size:1.5em;
	margin-top:1em;
	font-family: Verdana; 
	text-decoration: none; 
	color: #5D5D5D; 
	font-weight: bold;
	text-align:left;
}

a.ed_title
{
	font-size:1.5em;
	text-decoration: none; 
	color: #5D5D5D; 
}

a.ed_title:link
{
	font-size:1.5em;
	text-decoration: none; 
	color: #5D5D5D; 
}
a.ed_title:visited
{
	font-size:1.5em;
	text-decoration: none; 
	color: #5D5D5D; 
}
a.ed_title:hover
{
	font-size:1.5em;
	text-decoration: none; 
	color: #5D5D5D; 
}




.ed_subtitle
{
	font-family: Verdana; font-size: 8pt; 
	text-decoration: none; 
	color: #5D5D5D; 
	font-weight: normal;
}

.ed_abstract
{
	text-decoration: none; 
	margin-top:0.3em;  
	font-weight: normal;
}

.ed_body
{
	font-family: Verdana; 
	margin-top:0.5em;  
	margin-left:0;
	text-decoration: none; 
	color: #5D5D5D; 
	font-weight: normal;
	text-align:justify;
}

.ed_back
{
	margin-top:15px;
	font-weight: normal;
}
