BODY
{
  font-family: Courier, 'Courier New', monospace;
  font-size: 10pt;
  color: #00FF00;
  background-color: #000000;
  margin: 4mm;
  text-align: justify;
  scrollbar-base-color: lime;
  scrollbar-arrow-color: green;
}

P
{
  text-align: justify;
}

PRE, CODE
{
  font-size: 10pt;
}

A
{
  color: lime;
  text-decoration: none;
}

A:hover
{
  color: #FAFFFA;
  text-decoration: underline;
}