.body-part {
    fill: #eee;
    stroke: #333;
    stroke-width: 2;
    cursor: pointer;
}
.body-part.selected-green { fill: green; }
.body-part.selected-orange { fill: orange; }
.body-part.selected-red { fill: red; }