 
.WakuClass{
  color : red;
  text-decoration : none;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;border-style : none solid solid solid;
  border-left-color : black;
  border-right-color : black;
  border-bottom-color : black;
  width : 550px;
  height : 400px;
  
  
  position : relative;
  
}
.SelectedTabClass{
display:block;
  vertical-align : middle;
  text-align : center;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;border-style : solid solid none solid;
  border-top-color : black;
  border-left-color : black;
  border-right-color : black;
  width : 100px;
  height : 15pt;
  background-color : white;
}
.LinkClass{
display:block;
  text-decoration : none;
  width : 100px;
}
.LinkTabClass{
  background-color : silver;
  vertical-align : middle;
  text-align : center;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : black black black black;
  width : 100px;
  height : 15pt;
}
.NoTabClass{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : black;
  width : 15px;
  height : 15pt;
}
.SpaceClass{border-top-style : none;border-right-style : none;border-bottom-style : solid;border-left-style : none;
  width : 220px;
  height : 15pt;
  border-bottom-width : 1px;
  border-bottom-color : black;
}
