body
  {
    min-width: 900px;
    color: #2b1100;
    background: url('../lib/jqddm/li.png') repeat-x top left #f2efd0;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height:18px;
    text-align: center;
  }
h1
  {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
  }
h2
  {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
  }
h3
  {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
  }
img
  {
    margin: 6px;
    border: none;
  }
#header
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
  }
#content
  {
    clear: both;
    margin-top: 35px;
  }
#footer
  {
    color: #c9c9c9;
    background: #f2efd0;
    font-size: x-small;
  }
#content a
  {
    color: #2b1100;
    background: #f2efd0;
    text-decoration: none;
  }
#content a:hover
  {
    text-decoration: underline;
  }
#content a.name:hover
  {
    text-decoration: none;
  }
#content .bold
  {
    font-weight: bold;
  }
#content .text
  {
    margin: 0 auto;
    width: 700px;
    text-align: left;
  }