body
{
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  font-family: sans-serif, arial;
  text-align: justify;
}

h1, h2
{
  border-top-width: 16px;
  border-bottom-width: 1px;
  border-color: #ffffff;
  border-bottom-color: #000000;
  border-style: solid;
}

img
{
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-style: solid;
  border-color: #ffffff;
}

a
{
  text-decoration: underline;
}

.code
{
  font-family: courier, fixed;
  white-space: pre;
  border-style: dashed;
  border-width: 2px;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #e0e0c0;
}
