A:link {
	color: white;
	text-decoration : none;
	font-weight : normal;
	font-size:14pt
}
A:visited {
	color: white;
	text-decoration : none;
	font-weight : normal;
	font-size:14pt
}
A:hover {
	color: blue;
	text-decoration : none;
	font-weight : bold;
	font-size:14pt
}

BODY { 	
	font-family: Times New Roman;
	background: #808080;
	
}

h1
{
	font-family: Times New Roman;
	color: black;
	size:"7";
	text-align:center;
	font-size:28pt
}

h2
{
	font-family: Times New Roman;
	color: black ; 
	size:"4";
	text-align:left;
	font.-style:italic

}

h3
{
	font-family: Times New Roman;
	color: black;
	size:"3";
	text-align:left;
	font.-style:bold
}

h4
{
	font-family: Times New Roman;
	color: black;
	size:"3";
	text-align:left;
	font.-style:bold
}

ul.menu { 
width:180px;
list-style:none; /* elimino i punti elenco */
margin:0; padding:0; /* elimino i rientri delle liste */
}

ul.menu li a { 
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:0 1em; /* lascia spazio far il bordo del menu e il testo del link */
height:2em;line-height:2em; /* altezza del link: height e line-height devono avere il medesimo valore */ 
}

ul.menu li { 
display:inline;
/*background:url(bottone.gif); /*pre-load immagine*/ 
}

ul.menu li a:link , ul.menu li a:visited { 
/*background:#ccc;*/
color: black;
} /* colori per il link */
ul.menu li a:hover { 
background: #eee url(sfumato.png) 100% 0 repeat-y;
color:black;
} /* colori per l'effetto roll-over */