body 
{
    text-align: center;
    background-color: #fff;
}

div#column
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 650px;
    height: 98%;
}

div#footer
{
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 0.5em;
}

h1 
{
    text-align: center;
    font-family: Verdana, Sans-Serif;
    font-size: 2em;
    font-weight: bold;
    color: #808;
    margin-top: 5px;
    margin-bottom: 1px;
    min-height: 61px;
}

h2 
{
    text-align:center;
    font-family: sans-serif;
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
    font-weight: normal;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.em
{
    font-weight: bold;
}

div#main
{
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

div#instructions
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    color: Black;
}

div#controls 
{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    text-align: center;
}

div#timer 
{
    width: 100%;
    color: black;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 1.3em;
}

div#puzzle, div#answer, div#gameOver
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
    font-family: Verdana, Sans-Serif;
    font-size: 3em;
    font-weight: bold;
    /*top: 140px;*/
    position: relative;
}

div#puzzle 
{
    clear: both;
}

div#answer 
{
    /*top: 180px;*/
}

div#answer input 
{
    font-family: Verdana, Sans-Serif;
    font-size: 1em;
    background: inherit;
    width: 100%;
    text-align: center;
}

div#gameOver 
{
    width: 100%;
    font-size: 2em;
    color: Blue;
}

div#highScore, div#highScoreSubmit
{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

a:link, a:visited, a:hover, a:active 
{
    color: blue;
}

