h1 {
    color: red;         
    font-size: 60px;        
    text-align: center;      
    font-family: "Times New Roman"; 
}

h1{
	color: blue; 
}
	

h2{
	color: red; 
	font-size: 30px;         
	font-family: "Times New Roman"; 
}

header {
	width: 100%;
	padding: 25px;
	margin: 1px;
	text-align: center;
	background-color: yellow;
	height: 35px;
	font-size: 20px;
}

aside {
	width: 22%;
	padding: 10px;
	margin: 10px;
	border: 5px dashed red;
	text-align: center;
	height: 200px;
	font-size: 15px;
	left: 300px;
	top: 250px;
}

article {
	width: 65%;
	padding: 10px;
	margin: 10px;
	border: 15px solid blue;
	text-align: center;
	height: 160px;
	font-size: 15px;
	position: absolute;
	left: 470px;
	top: 315px;
}

#primo h3 {
	color: red;
	font-size: 20px;
	font-family: "Georgia", serif;
}

#primo {
    color: black;
}

.paperone {
    color: green;            
    font-style: italic;
	text-align: right;
	font-size: 16px;
}

.paperone {
    color: blue;
}

.paperone {
    color: blue !important;
}


p{
	color: black;            
    font-style: normal;
	text-align: left;
	font-size: 20px;
}

.img_piccola {
	width: 150px;
	height: 150px;
	margin: auto;
	display: block;
}

ol li {
    font-size: 18px;                 
    color: black;    
}

ol{
	font-size: 20px;                 
	color: darkblue; 
	font-weight: bold;
}
	

