﻿a.cell {
    color: Black;
    text-decoration: none;
    display: block;
}

    a.cell:hover {
        color: Black;
    }

    a.cell:active {
        color: white;
        background-color: black;
    }

#pnlLinks .cell {
    text-align: center;
    padding: 8px 0px 8px 0px;
    float: left;
    width: 133px;
    position: relative;
}

#pnlLinks  img {
    height: 64px;
    width: 64px;
    border-width: 0px;
}

#pnlLinks div {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 4px;
    bottom: 4px;
    z-index: -10
}