h1{
	color: yellow;
	font-size: 50px;
	text-align: center;
}

header	{
	margin: 25px;
	background-color: orange;
	text-align: center;
	}

aside	{
	border: 5px dashed red;
	width: 25%;
	height: 100%;
	color: white;
	background-color: lightcoral;
	}

article	{
	border: 5px solid blue;
	width: 65%;
	height: 100%;
	top: 199px;
	left:28%;
	position: absolute;
	}

table{
	text-align: center;
}

b{
	text-align: center;
}

#francesco{
  background-color: blue;
}

.andrea{
  background-color: gray;
}

#totti{
  background-color: red !important;
}

#loredana{
	color: green;
}

.gianluca{
	color: violet;
}

#brignox{
	color: orange;
}

a{
	text-align: center;
}