body {
  font-family: tahoma, arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #FF9933;
  background-color: #101010;
}

td, p, div {
  font-family: tahoma, arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: 1pt;
  color: #FF9933;
}

h1 {
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 2pt
}

h2 {
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1pt
}

a {
  color: #FF9933;
  text-decoration: underline
}

a:hover {
  color: #FFBB66;
  text-decoration: none
}

a:active {
  color: #FF7722;
  text-decoration: none
}

input {
  height: 20;
  font-family: arial, sans-serif;
  font-size: 8pt
}

textarea {
  height: 20;
  font-family: arial, sans-serif;
  font-size: 8pt;
}

input.submit {
  height: 20;
  font-family: arial, sans-serif;
  font-size: 8pt
}
