h1 {color: white;
	background: pink;
	text-align: center;
	margin:0;
	font:  bold 50px Serif;
	}

html {background:  beige}

body {
	width:  900px;
	margin: 8px auto;
	background: white;}
 #king {margin: 8px}

nav {background: lightblue;
	text-align: center;
	}
nav a {margin: 25px;
		text-decoration: none;
		color: black;
		font: 20px Sans;
}
nav a:hover { color: white;
}
