body
{
  background-image       : url(http://bluetrax.org/images/Kroll_small.jpg);
  background-repeat      : repeat-y;
  background-attachment  : fixed;
  background-color       : #000000;
  font-family            : Verdana,Ariel;
  font-size              : 12pt;
  margin-left            : 0%;
  margin-right           : 0%;
  margin-top             : 5%;
  margin-bottom          : 0%;
} 

A:link
{
  text-decoration        : none;
  color                  : #CCCCCC;
}

A:visited
{
  text-decoration        : none;
  color                  : #AAAAAA;
}

A:active
{
  text-decoration        : none;
  font-weight            : bold;
  color                  : #FFFFFF;
}

A:hover
{
  text-decoration        : none;
  text-transform         : none;
  color                  : #FFFFFF;
}

A.ff
{
  text-decoration        : none;
  color                  : #000000;
}

A.ff:visited
{
  text-decoration        : none;
  color                  : #000000;
}

A.ff:hover
{
  text-transform         : none;
  color                  : #FF8080;
}

h1
{
  font-family            : Verdana,Ariel;
  font-size              : 20pt;
  font-weight            : bold;
  color                  : #006060;
}

h2
{
  font-family            : Verdana,Arial;
  font-size              : 18pt;
  color                  : #006060;
}

h3
{
  font-family            : Verdana,Arial;
  font-size              : 16pt;
  font-weight            : bold;
  color                  : #006060;
}

h4
{
  font-family            : Verdana,Arial;
  font-size              : 14pt;
  font-weight            : bold;
  color                  : #006060;
}

h5
{
  font-family            : Verdana,Arial;
  font-size              : 12pt;
  font-weight            : bold;
  color                  : #006060;
}

h6
{
  font-family            : Verdana,Arial;
  font-size              : 10pt;
  font-variant           : small-caps;
  color                  : #006060;
}

ul
{
  font-family            : Verdana,Arial;
  font-size              : 12pt;
  color                  : #80A0A0;
  text-align             : left;
}

ol
{ 
  font-family            : Verdana,Arial;
  font-size              : 12pt;
  color                  : #80A0A0;
  text-align             : left;
}

p
{
  font-family            : Verdana,Arial;
  font-size              : 12pt;
  text-align             : justify;
  color                  : #FFFFDD;
}

p.hilite
{
  color                  : #000000;
  background-color       : #FFFF00;
}

p.note
{
  font-family            : Verdana,Arial;
  font-size              : 8pt;
  text-align             : left;
  font-variant           : small-caps;
  color                  : #FFFFFF;
}

p.centernote
{
  font-family            : Verdana,Arial;
  font-size              : 8pt;
  text-align             : center;
  font-variant           : small-caps;
  color                  : #FFFFFF;
}

p.ref
{
  font-family            : Verdana,Arial;
  font-size              : 10pt;
  text-align             : left;
  color                  : #000000;
}

p.small
{
  font-family            : Verdana,Arial;
  font-size              : 10pt;
  text-align             : justify;
  color                  : #515151;
}

p.hidden
{
  font-family            : Courier;
  font-size              : 10pt;
  text-align             : left;
  color                  : #F3F0C0;
}

b
{
  font-family            : Verdana,Arial;
  font-weight            : bold;
  color                  : #CCCCCC;
}

i
{
  font-family            : Verdana,Arial;
  text-align             : justify;
  letter-spacing         : 1pt;
}

blockquote
{
  font-family            : Verdana,Arial;
  font-size              : 10pt;
  text-align             : justify;
  letter-spacing         : 1pt;
  color                  : #000000
}

code
{
  color                  : #0080C0;
}

pre
{
  color                  : #0051CC;
}

pre.italic
{
  font-style             : italic;
}

sub
{
  font-size              : 10pt;
}

sup
{
  font-size              : 10pt;
}

input { font-family: monospace; }

 fieldset { margin: 0 ; padding: 9px }

 .BOX, .TRY, .SRC, .OUT {
  border: 1px solid black; padding: 1ex;
  color: black; background: fuchsia; }
 .BOX { color: inherit; background: #C0FFC0; }
 .TRY { color: inherit; background: #C0D0FF; } /* forms */
 .SRC { color: inherit; border-color:blue; background: #E0F0E0; }    /* source */
 .OUT { color: inherit; border-color:blue; background: yellow; }  /* output */

 .DOS {
  border: 1px solid black; padding: 1ex;
  color: white; background: black; }
 .DOS { color: inherit; border-color:yellow; background: black; } /* DOS OUTPUT */

