body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FDE9F1;
}

.testo {
	font-family : 'Lucida Grande', Verdana;
	font-size : 12px;
	text-decoration : none;
	color : #333;
	text-align : left;
	font-weight : normal;
	font-style: normal;
	margin-left : 20px;
	margin-top : 20px;
	margin-right: 20px;
	}

.testo_bold {
	font-family : 'Lucida Grande', Verdana;
	font-size : 12px;
	text-decoration : none;
	color : #333;
	text-align : left;
	font-weight : bold;
	font-style: normal;
	}

.copyright {
	font-family : 'Lucida Grande', Verdana;
	font-size : 10px;
	text-decoration : none;
	color : #333;
	text-align : center;
	font-weight : normal;
	font-style: normal;
	margin-left : 0px;
	margin-top : 5px;
	}

a:link {
	text-decoration : none;
	color : #EF5BA1;
	}

a:hover {
	text-decoration : none;
	color : #EF5BA1;
	background : #FAD5E5;
	}
	
a:active {
	text-decoration : none;
	color : #EF5BA1;
	}

a:visited {
	text-decoration : none;
	color : #EF5BA1;
	}
/*da correggere ancora	
.campo01 {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #000000;
	border : 0px;
	background-color : #F8C1D9;
	letter-spacing : 0px;
	padding-left : 5px;
	width : 300px;
	height : 15px;
	margin-left: 20px;
	}


.campo02 {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #000000;
	border : 1px;
	background-color : #F8C1D9;
	letter-spacing : 0px;
	padding-left : 5px;
	width : 300px;
	height : 60px;
	margin-left: 20px;
	}
	*/