:root
{ --funkwerk: #7b1b36;
  --zold: #1b7b60;
  --piros: #c72c58;
}

BODY
{ margin: 0;
  background-color: #f8f8f8;
  overflow: scroll;
  overflow-y: yes;
  overflow-x: hidden;
}

H1
{ font: normal 20px Tahoma;
  color: #666;
  letter-spacing: 1px;
}

.normal
{ font: normal 13px Tahoma;
  color: #666;
}

.bordo
{ background-color: var(--funkwerk);
  color: #fff;
}

.hiba
{ color: var(--piros);
}

A
{ color: var(--funkwerk);
  text-decoration: none;
  font-weight: bold;
}

A.vekonylink
{ font-weight: normal;
}

A:hover
{ color: var(--zold);
  text-decoration: none;
}

A.gomb
{ display: inline-block;
  background-color: var(--funkwerk);
  color: white;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  width: 100px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  border-radius: 3px;
}

A.gomb:hover
{ background-color: var(--zold);
}