td {
  font-size: 12px;
  font-family : Arial;
  color: black;
}

th {
  font-size: 14px;
  font-family : Arial;
  color: black;
  font-weight: bold;
}

.menu {
  font-size: 13px;
  font-family : Arial;
  color: #1f1f1f;
  font-weight: bold;
}

.picborder {
	border-color: #7d3f80;
}

h1 {
  font-size: 22px;
  font-family : Arial;
  color: #1f1f1f;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 16px;
  font-family : Arial;
  color: #9f57ab;
  font-weight: bold;
  margin-bottom: 0px;
}

h3 {
  font-size: 14px;
  font-family : Arial;
  color: #1f1f1f;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.red {
  font-family : Arial;
  color: #bb1f1f;
}

.yellow {
  color: #ffee10;
}

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

.szoveg {
  font-size: 13px;
  font-family : Arial;
  color: #1f1f1f;
}

.lila {
  color: #8d58a3;
}

.small {
  font-size: 11px;
  font-family : Arial;
  color: #1f1f1f;
}

.tableborder {
	border-color: black;
	border-width: 1px;
}

.link {
  color: #7d3f80;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

