body { background-color: #084B8A;
       color: #E6E6E6;
       Font-family: Verdana, Arial, Sans-Serif
       
}
h1 { Background-color: #0B0B61;
     color: #F2F2F2;
     line-height: 200%;
     text-align: center
}
#nav { Background-color: #0B0B61;
       text-align: center
       color: #F2F2F2;
       font-style: italic;
       line-height: 200%;
       text-align: center
}
#footer { background-color: #0B0B61;
          color: #F2F2F2;
          font-size: 75%;
          font-style: italic;
          text-align: center;
}
#container { margin-left: auto;
             margin-right: auto;
             width:80%;
}