/* CSS Document */
table.venkovni td{
	border-width: 10px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

.web{
  font:verdana;
  font-weight:700;
  font-size:35px;
}

.hindex{
  vertical-align: baseline;
  font-size:20px;
  color: green;
}

.h1{
  font:verdana;
  font-weight:700;
  font-size:20px;
}

.normaltext{
  padding: 15px; 
  text-align: justify;
  letter-spacing: 1px;
  line-height: 25px;
}

a{
  color:green;
  font:verdana;
  font-weight:700;
  text-decoration:underline;
}
