body{
	background-color: #FFFFFF;
}

.titolo_home{
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	color: #008800;
}

.titolo{
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: #008800;
}

.menu{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #757A7C;
	text-decoration: none;
}

.menu:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #757A7C;
	color: #FFFFFF;
	text-decoration: none;
}

.testo{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #757A7C;
	text-decoration: none;
	font-weight: bold;
}

.testo_light{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #757A7C;
	text-decoration: none;
}

.testo_verde{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #008800;
	text-decoration: none;
	font-weight: bold;
}

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

.piccolo:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #757A7C;
	text-decoration: none;
}

input{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #757A7C;
	text-decoration: none;
	border-color: #757A7C;
	border-style: groove;
}

textarea{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #757A7C;
	text-decoration: none;
	border-color: #757A7C;
	border-style: groove;
}

select{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #757A7C;
	text-decoration: none;
	border-color: #757A7C;
	border-style: groove;
}

option{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #757A7C;
	text-decoration: none;
	border-color: #757A7C;
	border-style: groove;
}

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

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

.link:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #757A7C;
	text-decoration: underline;
}

.link_light{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #757A7C;
	text-decoration: underline;
}

.link_light:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #757A7C;
	text-decoration: underline;
}