@import url(style.css);
body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.BarClass{
  background-color : maroon;
  width : 800px;
}
.LabelClass{
  color : white;
  width : 150px;
  cursor : pointer;
}
.PulldownClass{
display:block;
  color : white;
  background-color : maroon;
  text-decoration : none;

  width : 100px;
  height : 1em;
}
