@charset "utf-8";
/* CSS Document */

body { 
   background-color:#f5f5dc;
}

.grid {
   background-color: #f5f5dc;
   border-collapse: collapse;
   border: 1px solid #c5c589;
}
.cell {
  background-color: #fafaed;
   text-align: center;
   vertical-align: baseline;
   border: 1px solid #c5c589;
}

h2 { color: #c5c589;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 24pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   margin-bottom: 1em;
}
