@charset "UTF-8";
/* CSS Document */

#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#corpo {
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#header {
	background-color:#FF9900;
	color:#FFFFFF;
	height:50px;
}

#title {
	background-color:#FF9900;
	color:#FFFFFF;
	height: 20px;
	width: 500px;
}

.mya {
	padding: 0 0px; text-decoration: none; color:#888888;
}	
.mya:hover {
	text-decoration: underline; color:#FF9900;
}

#testo {
	text-align:justify;
	vertical-align:top;
}

#lato {
	text-align:center;
}

#footer {
	background-color:#FF9900;
	color:#FFFFFF;
	height:50px;
	font-size:9px;
}

#piccolo {
	font-size:9px;
}

#grassetto {
	font-size:11px;
	font-weight:bold;
}