body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
}

#toc
{
    display: none;
}

h1
{
    font-weight: normal;
    text-align: center;
    font-size: 18pt;
}

h2
{
    line-height: normal;
}

h2 a
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    color: #000;
    text-decoration: none;
}

img
{
    border: 0px;
}

#content ul
{
    list-style: none;
    
}

#content li:before
{
    content: "\2192 \0020";
}

a.download
{
    font-weight: bold;
}

pre
{
    margin-left: 3em;
    margin-right: 3em;
    padding: 4px;
    border: solid 1px #000;
}

code
{
    
}

dd
{
    padding: 5px 0px 10px 0px;
}

#footer
{
    display: none;
}

