BODY 
{  
background: #EFE5D5; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
text-decoration: none;
cursor: auto;
} 

TD
{ 
color: #000000; 
text-decoration: none; 
cursor: auto; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
} 

TD.home {
	background-attachment: fixed;
	background-image: url(../img/sfondo_home.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}
TD.terrecotte {
	background-attachment: fixed;
	background-image: url(../img/sfondo_terrecotte.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}
TD.trattamenti {
	background-attachment: fixed;
	background-image: url(../img/sfondo_trattamenti.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}
TD.servizi{
	background-attachment: fixed;
	background-image: url(../img/sfondo_servizi.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}
TD.contatti {
	background-attachment: fixed;
	background-image: url(../img/sfondo_contatti2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}
A:link
{
color: #DDCDB2; 
text-decoration: none; 
font-family: Verdana, Arial, Helvetica, sans-serif; /* TIPO CARATTERE */
font-size: 10px; /* GRANDEZZA CARATTERE */
font-weight: bold; /* CORPORATURA CARATTERE */
}

A:hover {
color: #DDCDB2; 
text-decoration: none; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold;
font-style: strong;
}

A:visited  {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #DDCDB2;
font-weight: bold; 
text-decoration: none 
}

A.free:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #7D5E1D;
font-weight: normal; 
text-decoration: none;
}

A.free:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #7D5E1D;
font-weight: normal; 
text-decoration: none;
}

A.free:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal; 
color: #DDCDB2;
}

A.free:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #DDCDB2;
font-weight: normal; 
text-decoration: none;
}

.textfield {
color: #7D5E1D;
font-size: 10px;
background-color: #DBCDB2;
}

.textfield1 {
color: #000000;
font-size: 10px;
background-color: red;
}

.button
{	
background-color : #7D5E1D;
border-color : #777777;
color : #ffffff;
font-size : 10;
font-family: "verdana";
border-style : solid;
border-width : 1;
}