	#output {
        display: block;
        width: 100%;
        height: 30%;
        overflow: scroll;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* IE */
        margin-bottom: 0;
        color: #D3D3D3;
}
body
{
background-color:#6A696E;
text-align:center;
color: #33FF00;
}
h3
{
color: #BAB6B1;
}
h1
{
color: #5BA5F5;
}

/* Scrabble CSS styles */

.scrabble-button 
{
        border: 0; /* Flat button */
        /* Consistent padding/margin/width between all of buttons */
        margin: 2px;
        padding: 3px;
        width: 45px;
}

.scrabble-empty-button
{
        background-color: tan;
}

.scrabble-filled-tile
{
        color: white;
        background-color: #4d004d;
}

.scrabble-start-tile
{
        color: white;
        background-color: green;

}