body, p, div {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 11pt;
              color: #000000;
              text-align: justify;
              background-color: #FFFFCC;
             }

li {color: #00007F;
    font-style: italic;
    font-weight: bold;
    }
	
H1 {
    font-size: 32pt;
    font-style: bold;
    color: #FFFFCC;
    text-align: left;
    background-color: #00007F;
    height: 60pt;
    border-bottom: 24px;
   }

H3 {
    font-size: 20pt;
    font-style: bold;
    color: #00007F;
    text-align: left;
   }

H2 {
    font-size: 16pt;
    font-style: bold;
    color: #00007F;
    text-align: left;
   }

.menu {
       background-color: #00007F;
      }

.menu p {
         background-color: #00007F;
         text-align: center;
        }

.box {background-color: #00007F;
      border-bottom: 5px outset grey;
      border-top: 5px outset grey;
      border-right: 5px outset grey;
      border-left: 5px outset grey;
      width: 75%;
      margin-left: auto;
      margin-right: auto;
      }

.box p {background-color: #00007F;
      color: #FFFFCC;
      font-size: 12pt;
      font-weight: bold;
      text-align: center;
       }

.reg {background-color: #00007F;
      border-bottom: 3px outset grey;
      border-top: 3px outset grey;
      border-right: 3px outset grey;
      border-left: 3px outset grey;
      width: 28em;
      margin-left: auto;
      margin-right: auto;
      }

.reg p {background-color: #00007F;
      color: #FFFFCC;
      font-size: 8pt;
      font-style: italic;
      text-align: center;
       }

.phone {
      margin-left: auto;
      margin-right: auto;
      }

.phone p {font-weight: bold;
        text-align: center;
       }

.buttons {
      margin-left: auto;
      margin-right: auto;
      }

.buttons p {text-align: center;
           }

