body {
	background-color: #fffff0;
	font-family: arial, helvetica, sans-serif;	
}

a:link, a:visited, a:active { 
	text-decoration: none;
}

a:hover {
	color: #fffff0; 
	background: #0000ff;
}

#pippo1{
/*  width: 650px; */
  padding : 4px;
  text-align : center;
	font-size : 300%;	
	background: #99ccff;
}

#pippo2{
  padding : 4px;
	font-size : 200%;	
  text-align : center;
}

