  
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.BarClass{
  background-color : blue;
  width : 100%;
}
.LabelClass{
  color : white;
  width : 150px;
}
.PulldownClass{
display:block;
  color : white;
  background-color : aqua;
  text-decoration : none;
  width : 100px;
  height : 1em;
}
