

/* KELL: mindig */
body, BODY
{
  font-family: Arial, Verdana;
  background-color: black; color: white;
  font-size: 125%; font-weight: normal; letter-spacing: 1px;
}

/* KELL: vak.htm label-ek */
.label
{
  color: yellow;
}

/* KELL: h2 */
h2, H2
{
  background-color: black; color: yellow; font-size: 130%; font-weight: bold;
}

/* KELL: a */
a, A
{
  font-size: 100%; color:yellow; /*text-decoration:none;*/
  letter-weight:normal; letter-spacing: 1px;
}

/* KELL: a hover */
a:hover, A:hover
{
  background-color: white; color: black;
}

/* KELL: table */
table, TABLE
{
  color: white; font-size: 100%; letter-spacing: 1px;
}

/* KELL: input */
input, INPUT
{
  color: white; background-color: #252525; font-size: 100%;
}

/* KELL: select */
select, SELECT
{
  font-size: 100%; color: yellow; background-color: #252525;
}

/* KELL: form */
form, FORM
{
  font-size: 100%;
}

