html * {max-height:1000000px;}

p {
  font-family: arial;
  font-size: 12pt;
  color: white;
  text-align: justify;
}

p.title {
  font-family: arial;
  font-size: 14pt;
  color: white;
}

pre {
  font-size: 10pt;
  color: white;
}

pre.level1 {
  font-size: 10pt;
  color: #99FF99;
}

pre.level2 {
  font-size: 10pt;
  color: #FFFF80;
}

a {
  font-family: arial;
  font-size: 12pt;
  color: #FFFF80;
}

a.title {
  font-family: arial;
  font-size: 16pt;
  color: #FFFF80;
}

a:hover {color: #00ffff; text-decoration: none}
a:link {text-decoration: none}
a:visited {text-decoration: none}

body {
  background-color: #000000;
  background-image: url('images/back.jpg');
  background-repeat: repeat;
}

img {
  border: 0px;
}

input.text {
  background-color: #99CCFF;
}

input.output {
  font-family: arial;
  background: none;
  border: none;
  color: white;
}

ol {
  font-family: arial;
  font-size: 12pt;
  color: white;
  text-align: justify;
}

select {
  background-color: #99CCFF;
}

table.nodim {
  border-collapse: collapse;
  border-width: 10px;
  border-spacing: 2px;
  padding: 0px;
  table-layout: fixed;
  width: auto;
}

table.def {
  border-width: 10px;
  border-spacing: 2px;
  padding: 0px;
  table-layout: fixed;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
  table-layout: fixed;
  width: 660px;
}

table.pict {
  border-width: 3px;
  border-spacing: 0px;
  border-style: inset;
  border-color: white;
  table-layout: auto;
  padding: 0px;
  width: 0px;
}

table.typ1 {
  border-width: 3px;
  border-spacing: 0px;
  border-style: inset;
  border-color: white;
  table-layout: auto;
  padding: 0px;
  width: 0px;
}

table.typ2 {
  border-width: 0px;
  border-spacing: 0px;
  border-style: inset;
  table-layout: auto;
  padding: 0px;
}


td {
  border-width: 0px;
  padding: 0px;
  border-spacing: 0px;

  font-family: arial;
  font-size: 12pt;
  color: white;
}

td.typ1 {
  border-width: 1px;
  padding: 4px;
  border-spacing: 0px;
  border-style: solid;

  font-family: arial;
  font-size: 12pt;
  color: white;
}

textarea {
  background-color: #99CCFF;
}

