Style with CSS 

#boxes rect {
  fill: red;
}

#boxes rect:hover {
  fill: blue;
}