 

@import url(hidari.css);
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.BarClass{
  background-color : green;
  width : 100%;
}
.LabelClass{
  color : white;
  width : 150px;
}
.PulldownClass{
 display:block;
  color : white;
  background-color : green;
  width : 100px;
  height : 1em;
}
