input, textarea, select {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-left: 2px;
	margin-top: 4px;
	border: 1px ridge;
	margin: 4px;
	border-color: #FFDEAD;
	background-color: #FDF5E6;
	}
.menu {
	background-color: #CC3300;
	
	width: 150px;
}
body {
	border: none;
	margin-top: 0px;
}



A.menu {
width: 100%;
	color: White;
	background-color: #CC3300;
	text-decoration: none;
display:block; /* il link occupa tutto lo spazio orizzontale */
text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
padding: 1em; /* lascia spazio far il bordo del menu e il testo del link */
padding-left: 2em;
height:12px;
line-height:1em; /* altezza del link: height e line-height devono avere il medesimo valore */
font-style: normal;
font-family: Verdana, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	}

A:HOVER.menu {
	
	text-decoration: none;
	font-family: Verdana, "Times New Roman";
	font-size: 12px;
	color: Black;
	width: 100%;
   font-style: normal;
 background-image: url(../immagini/freccia.jpg);
 background-position: center;
 background-position: left;

	font-weight: bold;
}

.immagine {
	

	border-color: #FCEAA0;

}

.Stile1 {font-size: 11px}
.sfondotesta{
background-image:url(../immagini/barra_testa.jpg);
height:120px;
background-repeat:no-repeat}

