﻿
.Header th
{
    background: white;
    color: Black;
    font-weight: bold;
}
.WrongAnswer
{
    background: white url(../Styles/images/wrong.gif) no-repeat scroll 0 0;
    width:25;
}

.CorrectAnswer
{
    background: white url(../Styles/images/correct.gif) no-repeat scroll 0 0;
    width:25
}
.Unanswered
{
    background: white url(../Styles/images/unanswered.gif) no-repeat scroll 0 0;
}
Question
{
    width:300px
}
Answer
{
    width:250px
}


