body { background: #4CC417;
       color: #FFFFFF;
       font-family: Verdana, Arial, sans-serif;
}
#wrapper { margin-left: auto;
           margin-right: auto;
}
h1 { background: #4CC417;
    color: #FFFFFF;
    text-align: center;
    line-height: 200%;
}
h2 { background: #4CC417;
     color: #FFFFFF;
     font-size: 20px;
     text-align: center;
}
#nav { text-align: center;
       margin: 10px;
}
#nav a { margin-right: 10px;
}
#footer { background: #4CC417;
          color: #FFFFFF;
          font-size: .60em;
          font-style: italic;
          text-align: center;
}