/* Definisco le regole per il corpo del documento */

body { 
	 /* background-image: url(sfondo.gif); */
	 background-repeat: no-repeat;
	 font-family: Arial, Times New Roman, Verdana ; /* Seconda dichiarazione*/
	 font-size: 10px; /* Terza dichiarazione */
	 
}

/* Titolo di primo livello */
h1 {
	color: #CC00FF;
	font-family: "Palatino Linotype", Arial, "Times New Roman", Verdana ; 
	font-size: 23px;
	line-high:normal;
	/* Non funziona l'ombreggiatura */
	/*text shadow: Red 2px 2px 3px;*/
}

h2 {
	color: red;
	font-family: Arial, "Arial Black", Palatino, "Times New Roman", Arial;
	font-style:bold;
	font-variant: small-caps;
	font-size: 12px;
	
}
h3 {
	color: red;
	font-family: Verdana, Palatino, "Times New Roman", Arial;
	font-size: 30px;
	text-transform: uppercase; 
	
}

h4 { 
	color: red;
	font-family: Verdana<bold>, Palatino, "Times New Roman", Arial;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 0; 
}

h5 {
    color: blue;
	font-family:  Palatino, "Times New Roman", Verdana,Arial;
	font-size: 16px;
}
/* Paragrafo generico */
p {
	color: black;
	font-size: 9px;
	font: "Palatino Linotype", Arial, "Arial Black";
	line-height:16px;
   }

#div1 {
	 background: Silver; /* Sfondo color argento */
	 width: 300px; 
	  
	  }

#div2 {
	 background: Silver;
	 width: 300px; 
	 position: absolute; 
	 top: 400px;	 
	 left: 400px;
}

A:link { 
	text-decoration: none;
	color:#cc00ff;
}

A:visited { 
	text-decoration: none; 
	color: #cc00ff;
}

A:hover { 
	color: #9300B7;
}
