div.hover {
    background-color: #8BA6D3;
    display: block;
}
div.pressed {
    background-color: #FFF1A2;
    display: block;
}
