h1{
	color: black;
	background: white ;
	font-family: "Verdana";

}

#piero
{
	color: black;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman"
	font-size: 20px;


}




.pippo{
	color: green;
}
h1{
font-family: "Verdana";
text-align: center;
}

* secondo specificità del selettore (tipo, class, id) */
.secondo{
  color: green;
}

.title{
  color: grey;
}

/* secondo forzatura mediante !important */
#titoli_studio{
  color: purple !important;
  color: blue;
}

/* secondo ordine di interpretazione da parte del browser */
h2{
  font-family: cursive;
  font-family: Verdana;
  text-align: center;
  
}


#immagine{
  text-align: center;
}




header{
	
width: 85%;
padding:25px;
margin:25px;
text-align: center;
height:50px;
background-color: black;
}

aside {
width: 200px;
border: 5px
margin:20px;
text-align: center;
height:300px;

}

article{
	
width: 73%;
border: 5px;
margin:20px;
text-align: center;
height:300px;
left:150px;
top:150px;
position: absolute;

}
