.colortable,
.colortableSample
{
    border-collapse: collapse;
    border: 1px solid black;
}

.colortable td
{
    cursor: pointer;
    font-size: 8px;
    overflow: hidden;
}

.colortableSample td
{
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

td.type1 { background-color: rgb(216,99,92); }
td.type2 { background-color: rgb(145,184,227); }
td.type3 { background-color: rgb(231,221,105); }

span.type1 { color: rgb(216,99,92); }
span.type2 { color: rgb(145,184,227); }
span.type3 { color: rgb(231,221,105); }