body {
	background-color:#ffffff;
}

.popup {
	position:absolute;
	top:50px;
	left:100px;
	margin-bottom:15px;
	border:1px solid #330000;
}

.testo {
	position:absolute;
	top:450px;
	left:100px;
}

.testo2 {
	margin:50;
}

a {
	font:13/15px "Georgia", "Times New Roman", "Times", serif;
	color:f90;
	text-decoration: none;
	margin-right:15px;
}

a:hover {
	color:f90;
	text-decoration: underline;
	cursor:hand;
}


