body{
	font-family : "Times New Roman", Times, serif;
}

.top{
	background-image: url(../images/sfondo_top.jpg);
}

.punto_nero{
	background-image: url(../images/punto_nero.jpg);
}

.titolo{
	font-family : "Times New Roman", Times, serif;
	color: #C60032;
	font-size : 30px;
}

.sottotitolo{
	font-family : "Times New Roman", Times, serif;
	color: #C60032;
	font-size : 18px;
}
.navigatore{
	font-family : "Times New Roman", Times, serif;
	color: #C60032;
	font-size: 18px;
	text-decoration : none;
}
.navigatore:hover{
	font-family : "Times New Roman", Times, serif;
	color: #494949;
	font-size: 18px;
	text-decoration :  underline;
}

.navigatore_selezionato{
	font-family : "Times New Roman", Times, serif;
	color: #494949;
	font-size: 18px;
	text-decoration : underline;
}

.testo{
	font-family : "Times New Roman", Times, serif;
	font-size : 16;
	color : #494949;
}

.testo:hover{
	font-family : "Times New Roman", Times, serif;
	font-size : 16;
	color : #494949;
	text-decoration: underline;
}

.grande{
	font-family : "Times New Roman", Times, serif;
	color: #494949;
	font-size: 18px;
	text-decoration : none;
}

.grande:hover{
	font-family : "Times New Roman", Times, serif;
	color: #494949;
	font-size: 18px;
	text-decoration : underline;
}

.piccolo{
	font-family : "Times New Roman", Times, serif;
	font-size : 12;
	color : #494949;
	text-decoration: none;
}

.piccolo:hover{
	font-family : "Times New Roman", Times, serif;
	font-size : 12;
	color : #494949;
	text-decoration: underline;
}

.float_dx{
	float : right;
}