@charset   "UTF-8";
 

.LayoutContClass{
  background-color : aqua;
  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 : 10px;
  height : 1px;
}
.LinkTabClass{
  background-color : aqua;
  text-decoration : none;
  vertical-align : middle;
  text-align : center;
  width : 10px;
  height : 1px;
}
.SpaceClass{
  width : 1px;
  height : 1px;
}
A:hover{
  background-color : white;
}
