 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.BarClass1{
  
  width : 100%;
  background-color : silver;
}
.LabelClass{
  color : white;
  width : 190px;
  background-color : #ff8040;
}
.PulldownClass1{
  display:block;
  background-color : #ff8040;
  width : 190px;
  height : 30px;
}
.PulldownClass2{
  display:block;
  background-color : teal;
  width : 190px;
  height : 30px;
  color : white;
  text-decoration : none;
}
.LabelClass2{
  color : white;
  width : 175px;
  height : 30px;
  text-align : left;
}
.mainClass{
  background-color : silver;
  width : 830px;
  height : 760%;
  left : 190px;
}
.BarClass2{
  background-color : #cccccc;
  width : 175px;
  height : 100%;
border-style : none none none none;}
A:hover{
  color : teal;
  background-color : white;
}
