﻿* 
{
  font-family       : Verdana, Arial, Helvetica, Sans-Serif;
}
table, body, div, p
{
  font-size         : 11px;
}

h1, h2, h3
{
  margin-bottom     : 5px;
}
h1
{
  font-size         : 18px;
  font-weight       : bold;
}
h2
{
  font-size         : 16px;
  font-weight       : bold;
}
h3
{
  font-size         : 12px;
  font-weight       : bold;
}

h4
{
  font-size         : 11px;
  font-weight       : bold;
}
h5 ,h6
{
  font-size         : 11px;
  text-decoration   : underline;
}
p
{
  margin            : 0px 0px 5px 0px;
}
div.code, div.codenobox
{
  width             : 100%;
  overflow          : auto;
  font-family       : Courier New;
  font-size         : 11px;
  white-space       : normal pre-line; 
}
div.code
{
  max-height        : 300px;
}
