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