h1 {
    text-align: center;
   font-family: CommercialScript BT;
}

body {
    background-color: #f28f61;
}

table {
	text-align: center;
         float: center;
}

h3 {
	text-align: center;
}

nav {
	background-color: #b4b8f0;
               width: 300px;
              height: 400px;
        border-width: 1px;
        border-style: solid;
        border-color: black;
	           float: right;
}