body {
	font-family: Arial;
}
div.title {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	border: solid 3px #f59a75;
}
table {
	border: solid 1px #f59a75;
	background-color: #ffffff;
}
td {
	vertical-align: top;
	border: none;
}
td.section {
	background-color: #f5e0d8;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000; 
} /* unvisited links */
a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}   /* visited links   */
a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #000000; 
} /* user hovers     */
.button {
	background-color: #f59a75;
	border: solid 1px #f59a75;
}
.text {
	background-color: #f5e0d8;
	border: solid 1px #f59a75;
	width: 20em;
	font-size: 1em;
}
.textarea {
	font-family: Arial;
	background-color: #f5e0d8;
	border: solid 1px #f59a75;
	width: 20em;
	height: 5em;
}
.select {
	background-color: #f5e0d8;
	border: solid 1px #f59a75;
	width: 20em;
}
p.error {
	background-color: #f59a75;
}
p.error:before {
	font-weight: bold;
	content: "Error: ";
	color: #ff0000;
}
p.notice:before {
	font-weight: bold;
	content: "Attenzione: ";
	color: #52e360;
}
.label {
	font-weight: bold;
}

