body {
        background-color: #F2A9F2;
        font-family: Arial, Helvetica, san-serif;
        font-size: 14px;
        padding-top: 1px;
}


#customers {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-collapse: collapse;
  width: auto;
}

#customers td, #customers th {
  border: 2px solid #F2A9F2;
  padding: 2px;
}

#customers tr:nth-child(odd){background-color: #E0E0E0;}
#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover td {background-color: #9494A4; color: #FFFF00;}

#customers th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #7C0A76;
  color: yellow;
}

#submit {
  border: 1px;
  border-color: #999999;
  border-style: solid;
  border-radius: 5px;
  width: 110;
  background-color: #F2A9F2;
  text-align: center;
  text-decoration: none;
}

/*

#customers {
  font-family: Calibri, Helvetica, sans-serif;
  //border-collapse: collapse;
}

#customers td, #customers th {
  border: 2px solid #F2A9F2;
  padding: 2px;
}

#customers tr:nth-child(odd){background-color: #E0E0E0;}
#customers tr:nth-child(even){background-color: #F2A9F2;}

#customers tr:hover {background-color: #94A4A4;}

#customers th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: #003399;
  color: yellow;
*/
