table, td, tr
{
padding:2px;
cellspacing:2px;
background-color: white;
}

table
{
width: 100%;
}

.answer 
{
background-color: black;       
}

.answer:hover
{
background-color: white;
}

td
{
border-bottom-width:5px;
}

.csw15
{
color: red;
}