body,html {
	height:100%;
	margin:0;
	background:#6db3d6;
	}  

#box {
	width:700px; height:500px;  
	position:absolute;top:50%;left:50%;  
	margin:-250px 0 0 -350px; 
	background:#fff;
	border:1px solid; border-color: #555 #ccc #ccc #555;
	text-align: center;  
}  

#testo {
	font-family:Tahoma,sans serif;
	padding: 5px;
}
	
H1 {
	color:#434b65;
	font-size: 1.7em;
	font-weight: normal;
}

a,td {
	color:#434b65;
	text-decoration: none;
	font-size: .9em;
	text-align: justify;
}

img {
	padding: 3px;
	border: none;
}

.blue{color:#76A7CA}