
BODY
{
  background-color: white;
  color: black;

  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: small;
  font-size-adjust: 0.58;
  font-stretch: normal;

  border: 0;
  margin: 0;
  padding: 0;
}

IMG
{
  border: 0;
  margin: 0;
  padding: 0;
}

H1
{
  color: #600;

  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: bolder;
  font-size: larger;
  font-stretch: inherit;

  margin-top: 0em;
  margin-bottom: 1em;

  padding-top: 0.5em;
}

H2, H3, H4
{
  color: black;

  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: bolder;
  font-stretch: inherit;

  margin-bottom: 1em;
  padding-top: 0.5em;
}

H2
{
  font-size: small;
}

H3
{ 
  font-size: x-small;
}

H4
{ 
  font-size: xx-small;
}

P, PRE
{
  margin-top: 1em;
  margin-left: 0;
  margin-bottom: 1em;
  margin-right: 0;

  border: 0;
  padding: 0;
}

PRE
{
  white-space: pre;

  font-family: "Andale Mono", "QuickType Mono",	"Courier", "Courier New",
	monospace;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: smaller;
  font-stretch: inherit;
}

UL
{
  margin-top: 1em;
  margin-bottom: 1em;
}

LI
{
  display: list-item;
  list-style-position: outside;

  border: 0;
  margin: 0;
  padding: 0;
}

DIV
{
  border: 0;
  margin: 0;
  padding: 0;
}

