/* CSS Document */

/* link */

A{
	font-family:Arial,sans-serif;
	font-size:12;
	font-weight:bold;
	text-decoration:none;
	color: #FF0000;
}

A:link{color:#FF0000;font-weight:bold;}
A:visited{color: #FF0000; font-weight:bold;}
A:hover{
	font-size:12;
	font-weight:bold;
}
A:active{color: #FF0000}


/* font */
font.titolo{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #961207;
	text-align: left;
}



font.contenuto{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

font.contenuto2{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
font.contenuto3{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
font.linki{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
