BODY {
  background: #330000 url(images/back.gif) repeat-x top;
  color: #FFFFFF;
  margin: 0 0 0 0;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 10px;
}
.normal {
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
}
.big {
    color: #FFCC00;
    font-family: Arial;
    font-size: 15px;
    text-decoration: none;
}
.minime {
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 11px;
  text-decoration: none;
}

A {
  color: #CCCCCC;
  text-decoration: none;
}

A:hover {
  color: #FF9900;
  text-decoration: none;
}

TEXTAREA {
  font-family: Tahoma;
  font-size: 11px;
  border-color: #CC2020;
}

.inputRequirement { font-family: Tahoma; font-size: 10px; color: #ff0000; }
