td {
border: solid 1px;
padding: 2px;
}

td.bgred {
background: rgb(255, 0,0);
}

td.bgblue {
background: rgb(0, 0,255);
}

td.bggreen {
background: rgb(0, 255,0);
}

td.bgpurple {
background: rgb(102, 0,153);
}

td.bgbrown {
background: rgb(150, 75,0);
}

td.bgyellow {
background: rgb(255, 255,0);
}

td.bgwhite {
background: rgb(255, 255,255);
}

td.bgblack {
background: rgb(0, 0,0);
}

td.bggrey {
background: rgb(128, 128,128);
}

td.bglightred {
background: rgb(255, 128,128);
}

td.bglightblue {
background: rgb(128, 128,255);
}

td.bglightgreen {
background: rgb(128, 255,128);
}

td.bglightpurple {
background: rgb(175, 0,220);
}

td.bglightbrown {
background: rgb(220, 150,0);
}

td.bglightyellow {
background: rgb(255, 255,128);
}

td.bglightwhite {
background: rgb(255, 255,255);
}

td.bglightblack {
background: rgb(50, 50,50);
}

td.bglightgrey {
background: rgb(200, 200,200);
}

td.bgdarkred {
background: rgb(150, 0,0);
}

td.bgdarkblue {
background: rgb(0, 0,150);
}

td.bgdarkgreen {
background: rgb(0, 150,0);
}

td.bgdarkpurple {
background: rgb(50, 0,75);
}

td.bgdarkbrown {
background: rgb(75, 35,0);
}

td.bgdarkyellow {
background: rgb(175, 175,0);
}

td.bgdarkwhite {
background: rgb(200, 200,200);
}

td.bgdarkblack {
background: rgb(0, 0,0);
}

td.bgdarkgrey {
background: rgb(80, 80,80);
}


