@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #DCEAD6;
	background-attachment: scroll;
	margin-bottom: 0px;
}
.footer {
	right: auto;
	position: absolute;
	background-position: bottom;
}
.box {
	height: 100%;
	width: 800px;
}
.space_box {
	padding-top: 60px;
	padding-left: 90px;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 26px;
}
.testo_risposta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.space_box_risp {
	margin-top: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
