body {    background-color: #3268a8;
          color: #ccb3ff;
          font-family: Verdana, Arial, sans-serif;
}

h1   {    background-color: #9966ff;
          line-height: 200%;
          text-align: center;
}

nav  {    text-align: center;
          font-weight: bold;
}

footer {  background-color: #3268a8;
          font-size: .60em;
          font-weight: italic;
          text-align: center;
}

#wrapper { margin-left: auto;
          margin-right: auto;
          width: 80%;
}