@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #B8C087;
}

.testo_rosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#7c2b28;
}

.testo_rosso_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#7c2b28;
}

.testo_nero {
	font-size:16px;
	font-weight:normal;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
.form {
    background-color:#e0dbc7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}	
a:link {
	color: #7c2b28;
}
a:visited {
	color: #7c2b28;
}
a:hover {
	color: #7c2b28;
}
a:active {
	color: #7c2b28;
}

	