table
{
    border-collapse: collapse;
    border-bottom: 1px dashed white;
    border-right: 1px dashed white;   
    background-color: #5050ff; 
}

td
{
    padding: 0;
    border-top: 1px dashed white;
    border-left: 1px dashed white;    
}



a:hover img
{
    border: 1px solid red !important;
    margin: -1px;
    position: relative;
    z-index: 5;
}

img
{
    width: 50px;
    height: 50px;
}

td.xcen
{
    border-left: 1px solid white !important;
}

td.ycen
{
    border-top: 1px solid white !important;
}
