td, tr, th
{
        border-style : inset;
        border-width : thin;
}
.light_square, .dark_square
{
        height       : 90px;
        width        : 90px;
}
.light_square
{
        background   : white;
}
.dark_square
{
        background   : grey;      
}
td img 
{
        height       : 90px;
        width        : 90px;
}
table
{
        background   : blue;
        border-style : ridge;
}
#error_message
{
        color        : red;
        font-style   : bold;
        font-size    : 30px; 
}
