h1{
color: white;
background: #4B0082;
text-align: center;
margin: 0;
font: bold 50px Times New Roman;
}
html {background: #FFC0CB}

body {
width: 900px;
margin:8px auto;
background: white;
}
#king {margin: 8px}
nav {
background:#E6E6FA;
text-align:center;
}
nav a {
margin: 25px;
text-decoration: none;
color: darkblue;
font: 20px Sans;
}
nav a:hover {
color: white;
}

