body {
  background-color: #3333FF;
  background: url(elemek/hatter23.jpg);
  font-family: Times New Roman, Times, serif;
}

a {text-decoration: none}

.c {text-align: center; /* egyszerű középre igazítás */
}

.r {text-align: right; /* egyszerű jobbra igazítás */
}

.title {
  font-size: 24pt;
  font-weight: bold;
}

.sz1 {
  font-size: 13pt;
  font-style: bold;
  font-weight: bold;
  color: #0000CC;
}

.sz2 {
  font-size: 13pt;
  font-style: italic;
}

.sz3 {
  font-size: 13pt;
  font-style: italic;
  font-weight: bold;
  color: #6600FF;
}


table {
  font-size: 13pt;
  width: 90%;
  border: 1px solid #333;
  background-color: #CC9900;
}

th, td {
  border: 1px solid #333;
  padding: 4px;
}

.rowone {
  width: 30%;
  background: #FC3;
  text-align: center;
  vertical-align: middle;
}

.rowtwo {
  width: 65%;
  background-color: #FC3;
}