.restab 
{
font-family:'Verdana','Arial',sans-serif;
border-collapse: collapse;
border:none;
}
.restab TD 
{
font-family:'Verdana','Arial',sans-serif;
border: 1px solid black; 
color:#180929;
text-align:center;
font-size: 170%;
font-weight:600;
width:50px;
height:50px;
}
.restab .cellcolheader
{
background-color:rgb(255,255,250);
color:rgb(0,0,60);
font-size: 90%;
font-weight:400;
border:none;
border-bottom:4px solid black;
height:30px;
}
.restab .cellrowheader
{
background-color:rgb(255,255,250);
color:rgb(0,0,60);
font-size: 90%;
font-weight:400;
border:none;
border-right:4px solid black;
width:30px;
}
.restab .cellodd
{
background-color:rgb(255,255,250);
}
.restab .celleven
{
background-color:rgb(240,250,255);
}
.restab .cellunused
{
background-color:rgb(192,210,192);
}
.restab .cellerr
{
background-color:rgb(230,100,100);
}
.restab .cellhigh
{
background-color:rgb(100,100,200);
}
.restab .regr
{
border-right:5px solid black;
}
.restab .regb
{
border-bottom:5px solid black;
}
