h1 {
	color: blue;
	text-align: center;
}
.header {
	color: darkgreen;
	font-family: "Times New Roman";
	border: 3px solid black;
	text-align: center;
}
#item1 {
	color: red;
	font-family: Arial;
}
