/*External Style Sheet for the forms*/

Body { background-color: #F0F8FF; /*Alice blue*/
           font-family: arial;
     }
table.order { background-color: #d9d9f3; /*Light purple*/
          border-width: 4;
      }
table { background-color: #F0F8FF; /*Alice blue*/
           }
td.order { text-align: center;
        }
th { text-align: center;
   }
td { text-align: left;
   }
H1 { text-align: center;
     font-weight: bold;
     font-family: times new roman;
   }
H3 { text-align: center;
     font-family: times new roman;
   }
.left  { text-align: left;
       }
td.menu { text-align: center;
        }
table.menu { width: 100%;
             text-align: center;
             border: 0px;
           }