body
{
    background-color: #FFFFFF;
}
.hidden:hover
{
    background-color: red;
}
.hidden:selection
{
    background-color: red;
}