body {
	margin:0 0 0 0 ;
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#fff;
	color:#000;
}

body,html { 
	width : 100%; 
	height:100%;
}
a {		
	text-decoration:underline;
	color:#CC0000;
}

a:hover{	
	text-decoration:none;
	color: #ccc;
}

.box {
	border:0px solid #fff;
	width:100%; height:300px;
	position:absolute;
	top:50%;
	left:0;
	margin:-150px 0 0 0;
	font-size:70%;
}

.evidenziato {
	color:#CC0000
}



