  
.BarClass{
  color : white;
  background-color : #ff8000;
  vertical-align : middle;
  text-align : justify;
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : fuchsia;
  border-right-color : fuchsia;
  
  height : 1px;
  list-style-type : none;
  width : 800px;
background-position : center center;}
.WakuClass{
  color : black;
  vertical-align : middle;
  text-align : left;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #ff8040;
  border-right-color : #ff8040;
  border-bottom-color : #ff8040;
  width : 800px;
  height : 100px;
  list-style-type : none;
  background-color : white;
}

