body {
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, th {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 28px;
}

table {
    border-collapse: collapse;
}

th, td {
    width: 20%;
    padding: 10px;
    border: 2px #666 solid;
    text-align: center;
    cursor: pointer;
}

#free, .pickedBG {
    background-color: #f66;
}

.winningBG {
    background-image: url("../images/redFlash.gif");
}
