a {text-decoration: none}
a:link {color: red}
a:visited {color: red}
a:active {color: red}
a:hover {color: red; text-decoration: underline}

table
{
  width: 70%;
  height: 70%;
  margin-left: 15%;
  
}
.nadpis
{
  border-color: black;
  border-style: solid;
  border-width: 1px;
  background-color: orange;
  height: 1px;
  width: 30%;
  font-size: 17px;
  font-weight: bold;
}
.ram
{
  border-color: black;
  border-style: solid;
  border-width: 1px;
  height: 30%;
}
td.sirka
{
  width: 30%;
}
td.vyska
{
  height: 200px;
}
tr
{
  text-align: center;
}
hr
{
  width: 50%;
}
address
{
  text-align: center;
}
