    body {
          background-color: black;
          font-family: arial;
          font-size: smaller;
          color: gray;
         }
   table.P1 {
              background-color: lightblue;
              font-size: 85%;
			  color: black;
            }
   input.Adult {
                background-color: tan;
                border-style: inset;
                border-width: medium;
                font-size: 85%;
               }
   input.Email {
                background-color: tan;
                border-style: inset;
                border-width: medium;
                font-size: 85%;
               }

   input.Teen {
                background-color: yellow;
                border-style: inset;
                border-width: medium;
                font-size: 85%;
               }
   input.Youth {
                background-color: pink;
                border-style: inset;
                border-width: medium;
                font-size: 85%;
               }
  input.Child {
                background-color: orange;
                border-style: inset;
                border-width: medium;
                font-size: 85%;
               }
  input.Baby {
                background-color: buff;
                border-style: inset;
                border-width: medium;
                font-size: 85%;
               }
   select.Menu {
                font-size: 85%;
               }
   textarea.AdultArea {
                background-color: tan;
                border-style: inset;
                border-width: medium;
                font-size: 95%;
               }
   textarea.TeenArea {
                background-color: yellow;
                border-style: inset;
                border-width: medium;
                font-size: 95%;
               }
   textarea.YouthArea {
                background-color: pink;
                border-style: inset;
                border-width: medium;
                font-size: 95%;
               }
