/* CSS Document */

#newshome .titolo a{
	color:#000000;
	text-decoration:none;
}

#newshome .titolo a:hover{
	color:#6699FF;
	text-decoration:underline;
}

.pp{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.pp .data{
	font-size:90%;
}

.pp .titolo{
	font-size:120%;
	font-weight:bold;
}

.pp .testo{
	font-size:100%;
}

.sp{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.sp .data{
	font-size:60%;
}

.sp .titolo{
	font-size:90%;
	font-weight:bold;	
}

.sp .testo{
	font-size:70%;
}

#sond{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

#sond .data{
	font-size:60%;
}

#sond .titolo{
	font-size:90%;
	font-weight:bold;	
}

#sond .testo{
	font-size:80%;
}

#sond .link{
	/*text-align:right;*/
	font-size:80%;
}

#sond .link a{
	color:#000000;
	text-decoration:none;
}

#sond .link a:hover{
	color:#6699FF;
	text-decoration:underline;
}


.spazioH{
	background-image:url(../template/puntoh.gif);
	background-repeat:repeat-x;
	height:15px;
	background-position:bottom;
}


