  
body { 
 background-color:black;
}
li {
    color: white;
    text-align: left;
}
li.BeerAddTable {
    color: #410102;
}

li.Blue {
    color: Blue;
}
table {
    width:98%;
    border:0;
}
td.center{
    text-align:center;
}
table.StemCellAddTable {
    background-color: #2d487f;
}
table.BeerAddTable {
    background-color: #EBD4C8;
}

table.FormAddTable {
    background-color: #0174DF;
}

caption.SkuMaint {
    color: #00ccff;
    font-size: 24pt;
}
th.SkuMaint {
    color: white;
    background-color: #04799B;
}
td.SkuMaint1 {
   background-color: #51C6E8;
}
td.SkuMaint2 {
   background-color: #6ADFFF;
}