.alphabet {
        color: #ff00ff;
        text-align: center;
        text-decoration:underline;
        cursor:hand
}

.cell {
        width: 14%;
        text-align: right;
}

.letters {
        color: #e0e0e0;
        text-align: center;
        font-size: 300%;
}

.tip {
        color: #a0a0a0;
        font-size: 75%;
}

.title {
        color: #b0b0b0;
        font-size: 100%;
}

#cryptotext {
        color: #e0e0e0;
        text-align: justify;
        font-size: 110%;
}

#reward {
        visibility: hidden;
}

#analysisHeader {
        color: #00ffff;
        font-size: 80%;
        text-decoration: underline;
        cursor: hand;
        visibility: hidden;
}

#analysisDetail {
        font-size: 80%;
        visibility: hidden;
}

#phraseButtons {
        visibility: hidden;
}