/* CSS Document */
table.quiz
{
    background-color: white;
    border: 1px solid #fafafa;
}

table.quiz td.question
{
    font-weight: bold;
}

table.quiz td
{
    color: #666666;
}
