.globalbox {
      stroke : #B42D25;
      fill : white;
      stroke-width : 3;
}
.box {
      stroke : black;
      fill: #FFEF95;
      stroke-width : 3
}
.title{
      font-weight : bold;
      fill : navy;
}
.explanation { 
      fill : gray;
      font-style : italic; 
      font-size : 10;
}
.figureCaption{
      text-align:center; 
      font-style:italic; 
      caption-side:bottom; 
      margin-top:1px;
}
dl {color : #B42D25;}
dt {color : #B42D25;}

