html, body, #big {
  height: 100%;
}
html, body, h1, h2, p, td {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
body {
  background: #594750;
  color: #5f5f5f;
  text-align: center;
}
#big {
  margin-left: auto;
  margin-right: auto;
  width: 770px;
  background: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align: left;
  font-size: 12px;
}
table {
  border-collapse: collapse;
  margin-left: 35px;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #5f5f5f;
}
a:hover {
  text-decoration: underline;
}
td {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 12px;
}
h1 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 40px;
  color: #9a2613;
}
p {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.balra {
  text-align: left;
}
#cimsor {
  margin-bottom: 20px;
  font-weight: bold;
}
#kiemelt {
  color: #9a2613;
}