body {
	height: 600px;
	width: 800px;
	margin-top: -300px;
	margin-left: -400px;
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
	position: absolute;
	float: no;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EDF3F6;
	font-weight: bold;
	letter-spacing: 3px;
	word-spacing: 0em;
	cursor: hand;


}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333333;


}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
}
.ttitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #99CC99;

}
