body
{
    background-color: #D9C996;
    text: #262626;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a
{
    color: #262626;
}

.wt_choice
{
    font-size: 16pt;
    text-decoration: none;
}

.wt_choices 
{

}

.wt_session_stats
{
    float:left;
}

.wt_header_image
{
    position:relative;
    top:15px;
    left:15px;
}

.wt_header
{
    font-size: 24pt;
    background-color: black;
    width: 100%;
    height: 50px;
}

.wt_header_shadow
{
    height:5px;
    background-image: url('/wt_header_shadow.gif');
    background-repeat: repeat-x
}

.wt_header_space
{
    height:30px;
}

.wt_question_box
{
    width: 600px;
    margin-left:100px;
}

.wt_info_box
{
    /*position:fixed;*/
    margin-top:50px;
    margin-left:100px;
    width:60%;
    background-color: #e9d7a1;
    border-color:#bcae82;
    border-width:1px;
    border-style: dotted;
}

.wt_question_difficulty_level
{
    float:right;
}

.wt_question_word
{
    font-size: 36pt;
    font-style: bold;
}

.wt_correct_answer
{
    color: #336633;
    font-size: 14pt;
}

.wt_wrong_answer
{
    color: #990000;
    font-size: 14pt;
}

.wt_no_answer
{

}
