body { background-color: #ffffcc;
       color: #330000;
       Font-family: Verdana, Arial, Sans-Serif
       
}
h1 { Background-color: #ccaa66;
     color: #000000;
     font-style: italic;
     line-height: 200%;
     text-align: center
}
#nav { text-align: center
}
#footer { background-color: #ccaa66;
          color: #000000;
          font-size: 75%;
          font-style: italic;
          text-align: center;
}
#container { margin-left: auto;
             margin-right: auto;
             width:80%;
}