/* CSS Document */* {margin: 0; padding: 0;}body {	font-family: 'Lucida Grande', Arial, Helvetica, Tahoma, sans-serif; /* font del testo principale */	font-size:11px; /* dimensione del testo principale */	color:#333333; /* colore del testo principale */	background: #f4dff4;/* colore del corpo principale */ 	/* qui ci vuole in pixel ripetuto */}html, body { /* saves you from the "centering jump" on short pages */	min-height: 100%;}a, a:Visited {	color:#2f3c4f; /* colore del link principale */	font-style:normal;	text-decoration : none;	outline:0;	outline: none;}a:Hover {	text-decoration:underline; /* stili del rollover dei links principale */}h1 {	font-size: 18px;	margin: 0 ;	font-weight: normal;}.clear_float:after {    content: ";";     display: block;     height: 0;     clear: both;     visibility: hidden;}	* html .clear_float {	height: 1%;}select, input{	background: url(immagini/btn_bg.gif) #e4e4e4 top repeat-x;	border:1px solid #999999;	font-size:11px;}textarea {	background: url(immagini/textarea.gif) #dedede top repeat-x;	border:1px solid #999999;	font-size:11px;}