/* Hover */

div.hheading:hover {
background: #CCC;
color: black;
 }

div.hbody:hover { 
background: black;
}