/* $Id$ */

.boy { 
  fill: rgb(0,0,128);
  stroke: rgb(128,128,255);
  stroke-width: 3;
}
.girl {
  fill: rgb(128,0,60);
  stroke: rgb(255,128,128);
  stroke-width: 3;
}
.arm {
  stroke-width: 5;
}
.boundingbox 
{
  fill: none;
  stroke: black;
  stroke-width: 1;
}
