 .MenuCell {
                    border-color: Black;
                    border-width: 1px;
                    border-style:solid;
                    background-color: WhiteSmoke;
                    color: Black;
                    text-align: center;
                    height:25px;
                    font-size: x-small;
        }

        .MenuCellSelected {
                    border-top-color:Black;
                    border-left-color:Black;
                    border-right-color:Black;
                    border-bottom-color:Gainsboro;
                    border-width:1px;
                    background-color:Gainsboro;
                    font-weight:bold;
                    font-size: x-small;
        }

        .MenuCellHover {
                    background-color: LightSteelBlue;
                    font-size: x-small;
        }

        .Canvas {
                    background-color: Gainsboro;
                    font-size: x-small;
                    border-left: 1px solid black;
                    border-bottom: 1px solid black;
                    border-right: 1px solid black;
        }