    body {
      background-color: #cc0000;
      background-color: #cccc44;
      background-color: #bbcc11;
      background-color: #c4d143;
      font-family: Verdana;
      font-size: 10pt;
      font-weight: normal;
      line-height: 20px;
    }
    #container {
      text-align: center;
    }
    #page {
      position: relative;
      width: 800px;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px;
      text-align: left;
      color: #666666;
      background-color: #FFFFFF;
      border: solid 1px #AAAAAA;
    }
    #menu {
      text-align: center;
      padding-top: 20px;
      color: #666666;
      background-color: #FFFFFF;
    }
    #menu a {
      text-decoration: none;
      color: #666666;
      font-weight: bold;
    }
    #menu a:hover {
      color: #999999;
    }
    #content {
      width: 750px;
      padding: 5px 25px 10px;
      color: #666666;
      background-color: #FFFFFF;
    }
    #footer {
      font-family: Verdana;
      font-size: 10pt;
      font-weight: normal;
      width: 800px;
      margin: 10px auto 15px;
      color: #FFFFFF;
      text-align: center;
    }
    #footer a {
      text-decoration: none;
      color: #FFFFFF;
      font-size: 100%;
    }
    #footer a:hover {
      color: #CC0000;
    }
    ul { 
      list-style-image: url("checkmark.jpg"); 
    } 
    ul li {
      line-height: 20px;
      margin-bottom: 5px;
    }
    .heading1 {
      margin-top: 20px;
      font-size: 12pt;
      font-weight: bold;
      color: #cc0000;
      text-align: center;
    }
    .heading2 {
      margin-top: 25px;
      font-size: 10pt;
      font-weight: bold;
      color: #666666;
    }
    .tagline {
      margin-top: 25px;
      margin-bottom: 20px;
      font-size: 10pt;
      font-weight: bold;
      color: #666666;
      text-align: center;
      font-style: italic;
    }
    table tr td, form textarea, form input {
      font-family: Verdana;
      font-size: 10pt;
      font-weight: normal;
      line-height: 20px;
      color: #666666;
    }
