h1
{
    color: rgb(168,0,0);
}

.gameWrapper
{
    position: relative;
    width: 700px;
    height: 550px;
}

.tile
{
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.imageNotes
{
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    color: #777;
    font-size: 90%;
}

.imageNotes,
.imageNotes a
{
    color: #888;
}
