.LayoutContClass{
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
.SelectedTabClass{
@display:block
  background-color : white;
  vertical-align : middle;
  text-align : center;
  width : 6em;
  height : 1em;
}
.LinkTabClass{
@display:block
  background-color : white;
  text-decoration : none;
  vertical-align : middle;
  text-align : center;
  width : 6em;
  height : 1em;
}
.SpaceClass{
  width : 1em;
  height : 1em;
}
A:hover{
  background-color : white;
}
