/* CSS Document */
body,html {
	text-align:right;
	height:100%;
	margin:0;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;	
}  
#box {  
	width:983px; height:578px;  
	position:absolute;
	top:50%;
	left:50%;  
	margin:-289px 0 0 -491px;  
	background:#FFFFFF;  
}
   
.testo 
{
	text-align:right;
}
a
{
	color: #0066FF;
	text-decoration: none;
}
a:hover 
{
	color: #0066FF;
	text-decoration: underline;
}

h1 {
	font-size:x-small;
	text-align:center;
	color:#999999;
}

h1.my{
	font-size:x-small;
	text-align:center;
	color:#999999;
	display: None; 
}

.mail {
	font-size:x-small;
	text-align:center;
	color:#999999;
}