/* CSS Document */
body {
	background-color: #380000;
}
a:link,a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFA04C;
	font-style: italic;
	white-space: nowrap;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #fd780c;
	font-style: italic;
	white-space: nowrap;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
.Stile2 {
	color: #FEA24F;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 20px 40px 40px; 
}
input {
	font-style: italic;
	background-color: #521908;
	font-size: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #FFA04C;
	border: #FF9900;
}
textarea {
font-style: italic;
	background-color: #521908;
	font-size: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #FFA04C;
	border: #FF9900;
}

