h1
{
  font-size : 12px;
}

.bgbarva
{
  background-color: #B5D3FF;
}
.barva
{
  color : #B5D3FF;
}

a{
  text-decoration: none;
  color: black;
}

a:link,a:visited,a:active{
  text-decoration: underline;
  color: black;
}

a:hover{
  color: gray;
  text-decoration : underline;
}


.link2{
  border : 0px;
  color: black;
  text-decoration: underline;
}

.link2:link,.link2:visited,.link2:active{
  color: black;
  text-decoration: none;
}

.link2:hover{
  color: white;
  text-decoration: none;

}


body{
  margin : 10px 0px 0px 0px;
  font-family : Arial;
  font-size : 12px;
  font-variant : normal;
  font-weight : bold;
  color : Black;
}

.normal{
  font-family : Arial;
  font-size : 13px;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
}

.small{
  font-family : Arial;
  font-size : 12px;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
}

.ultrasmall{
  font-family : Arial;
  font-size : 3px;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
}

.nadpisek{
  font-family : Arial;
  font-size : 14px;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
}

.smallline{
  font-family : Arial;
  font-size : 11px;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
}

