html, body { 
margin:0; 
padding:0; 
height:100%; 
} 
body {
	background-color: #EDEFD7;
	color: #3B3518;
   font: 12px Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/centro.png);
	text-align: center;
}
#contenitore
{
margin:0 auto;
padding: 0px;
 text-align: left;
 width: 100%;
 }
P, TD, LI, UL, Table {
font-size: 100%;
}
 /* carattere e sfondo cella scritta allevamento  */
.intestazione {
font: 20px  times, cursive, Verdana ;
	color: #7D8146;
	background: #F0F0E3 url(../images/sfsu.jpg);
	font-style: italic;
	letter-spacing: 2px;
	font-weight: bold;
	border-right: 1px solid #9AA35A;
	}
/* colore e carattere dei link  */
A:LINK {
color: #5A5E33;
text-decoration: none;
}
A:VISITED {
color: #5A5E33;
text-decoration : none;
}
A:HOVER {
color : #665413;
text-decoration: underline overline;
}
A:ACTIVE {
color : #241D07;
text-decoration : none;
 vertical-align: middle;
}
 /* colore e sfondo cella logo */
.tdup {
	background: #F0F0E3 url(../images/sfsu.jpg);
	}
	 /* colore e sfondo cella barra divisoria */
	.tdbarra {
	background-image: url(../images/barra.png);
	background-color: #EAECD1;
	background-repeat: repeat-y;
	line-height: 20px;
	border: 1px solid #9AA35A;
	}
	 /* colore e sfondo cella centrale */
	.tdcentro {
	background-image: url(../images/centro.png);
	background-color: #EDEFD7;
		padding-left: 5px;
		padding-right: 5px;
		border-left: 1px solid #9AA35A;
		border-right: 1px solid #9AA35A;
		}
/* colore e sfondo cella barra menu */
.tdmenu {
	background-image: url(../images/menu.gif);
	background-color: #E2E6BF;
	background-repeat: repeat-y;
	}	
