BODY {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-image: url(../Images/BG_Tile.jpg);
    background-color: #eeeeee;
}

h1 {
    font-size: 24px;
    font-variant: small-caps;
}

td {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: transparent;
}

.button {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    font-weight: bold;
}
    
.matrixEntry {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: #ffffff;
}

.pivotEntry {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: #ffdddd;
}

.pivotRow {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: #ffeeff;
}

.changeEntry {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: #ddffdd;
}

.changeRow {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: #eeffff;
}

.zeroEntry {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: #eeeeff;
}

.emptyEntry {
    font-size: 12px;
    font-family: arial,helvetica,verdana;
    background-color: #dddddd;
}

.matrixCell {
    background-color: #dddddd;
}

