 
.BarClass{
  color : #ffffff;
  background-color : black;
  vertical-align : middle;
  text-align : center;
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : silver;
  border-right-color : silver;
  width : 150px;
  height : 1em;
  list-style-type : none;
}
.WakuClass{
  vertical-align : middle;
  text-align : center;
  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 : silver;
  border-right-color : silver;
  border-bottom-color : silver;
  width : 150px;
  height : 100px;
  list-style-type : none;
}
P{
  line-height : 140%;
}
