/* CSS Document */
table.poll
{
    background-color: white;
    border: 1px solid #fafafa;
}

table.poll td.question
{
    font-weight: bold;
}

table.poll td
{
    color: #666666;
}
