@charset "utf-8";

/* tags
--------------------------------------------------------------------------------*/

BODY {
  margin: 0;
  border: none;
  padding: 5px;
  color: #666;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 10px 0;
  font-weight: normal;
}

H1 {
  display: none;
  font-size: 2.5em;
}

H2 {
  font-size: 2em;
}

H3 {
  font-size: 1.5em;
}

H4 {
  font-size: 1.25em;
}

H5 {
  font-size: 1.0em;
}

P {
  margin: 0 0 5px 0;
  text-align: inherit;
}

A,
A:link,
A:visited,
A:focus,
A:hover,
A:active {
  color: #666;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}

A:hover,
A:active {
  color: #29b;
  text-decoration: underline;
}

INPUT,
SELECT,
TEXTAREA {
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 11px;
}