/* site.css */


h1 {
    background-color: orange;
  border:  solid 3px black;
  text-align: center;
  font-size: 500%;
  
}


body {
  background-color: red;
  text-align: center;

}

#nav {
width:950px;
margin:0 auto;
list-style:none;
}
#nav li {
float:left;
}
#nav a {
display:block;
text-align:center;
width:150px; /* fixed width */
text-decoration:underline;