  
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.BarClass{
  background-color : #ff8000;
  width : 100%;
}
.LabelClass{
  color : white;
  width : 100px;
border-width : 1px 1px 1px 1px;
  text-align : center;
}
.PulldownClass{
display:block;
  color : white;
  background-color : #ff8000;
  text-decoration : none;
  width : 95px;
  height : 1em;
  font-size : 15px;
  text-align : center;
}
