body, td, th, input
{
  font-size: 12pt;
}
.clA, .clAl, .clAc, .clAr, .cl1, .cl1l, .cl1c, .cl1r
{
  background: pink;
}
.clB, .clBl, .clBc, .clBr, .cl2, .cl2l, .cl2c, .cl2r
{
  background: #FFFF99 ;
}
.clC, .clCl, .clCc, .clCr, .cl3, .cl3l, .cl3c, .cl3r
{
  background: #FF99FF ;
}
.clD, .clDl, .clDc, .clDr, .cl4, .cl4l, .cl4c, .cl4r
{
  background: #99FFFF ;
}
.clAl, .clBl, .clCl, .clDl, .cl1l, .cl2l, .cl3l, .cl4l, .left
{
  text-align: left;
}
.clAc, .clBc, .clCc, .clDc, .cl1c, .cl2c, .cl3c, .cl4c, .center
{
  text-align: center;
}
.clAr, .clBr, .clCr, .clDr, .cl1r, .cl2r, .cl3r, .cl4r, .right
{
  text-align: right;
}

.empty
{
  background: #999999 ;
}
