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