/* CSS Document */

BODY {
  margin-top: 5px;
  margin-left: 5px;

  background-color: #F0F0F0;

  font-family: Tahoma;
  font-size: 12px;

  scrollbar-base-color: #e1e1e1;
}

H1 {
  font-size: 14px;
  color: #0000CC;
}

H2 {
  font-size: 12px;
  color: #0000FF;
}

H3 {
  font-size: 10px;
  color: #0033FF;
}

A:link {
  font-size:11px;
  font-family: Tahoma, Arial;
/*  font-weight: normal; */
  color: #FF595C;
  text-decoration: none;
}

A:visited {
  font-size:11px;	
  font-family: Tahoma, Arial;
/*  font-weight: normal; */
  color: #FF595C;
  text-decoration: none;
}

A:hover {
  font-size:11px;
  font-family: Tahoma, Arial;
/*  font-weight: normal; */
  color: #FF0000;
  text-decoration: none;
}

A:active {
  font-size:11px;
  font-family: Tahoma, Arial;
/*  font-weight: normal; */
  color: #FF0000;
  text-decoration: none;
}

TH {
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: bold;
  font-color: #2E2E2E;
}

TD {
  font-family: Arial, Tahoma;
  font-size: 12px;
}

TEXTAREA {
  font-family: Tahoma;
  font-size: 12px;
  color: #666666;
}

INPUT {
  font-family: Tahoma;
  font-size: 12px;
  color: #666666;
}

SELECT {
  font-family: Tahoma;
  font-size: 12px;
  color: #666666;
}

.error {
  font-size: 12px;
  color: #FF0000;
  width: auto;
}

.ok {
  font-size: 12px;
  color: #009900;
  width: inherit;
}

SPAN.empty {
  font-weight: bold;
  color: #FF0000;
}

SPAN.note {
  font-weight: bold;
  color: #0000FF;
}

SPAN.head {
  margin-left: 15px;

  font-family: Arial;
  font-size: 11px;
  font-weight: bold;

/*  letter-spacing: 0.05em; */
}

.kysymys { font-weight: bold; }
