 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.BarClass{
  
  width : 100%;
  background-color : olive;
  height : 1em;
  left : inherit;
}
.LabelClass{
  
  width : 120px;
}
.PulldownClass{
display:block;
  color : #ffff80;
  background-color : olive;
  width : 120px;
  height : 1px;
}
