@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background-color: gold;
}

h1 {
	color: blue;
}