table
{
   border: solid 4px #ff0000;
   font-family: Arial;
   border-collapse: collapse;
}
th
{
   text-align: center;
   font-size: 24px;
   font-weight: bold;
   border: solid 1px #000;
}
td
{
   text-align: center;
   font-size: 24px;
   border: solid 1px #000;
}
th.header-blue
{
	background-color: #9BBEFF;
}
th.header-green
{
	background-color: #CEFFC6;
}
th.header-yellow
{
	background-color: #FFFF01;
}
td.row-white
{
	background-color: #FFF;
}

td.row-yellow
{
	background-color: #FFE97F;
}
