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

#toc ul
{
    list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

#toc li a
{
    font-weight: bold;
}

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

h2
{
    border-bottom: solid 1px #ccc;
    line-height: normal;
}

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

h2 a:hover
{
    background-color: transparent;
}

a
{
    color: #255b92;
}

a:hover
{
    background-color: #ffc;
}

img
{
    border: 0px;
}

#content ul
{
    list-style: none;
    
}

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

a.download
{
    font-weight: bold;
    padding-left: 18px;
    padding-bottom: 2px;
    background: url(/spiketrap/zip.gif) no-repeat center left;
}

a.download:hover
{
    background-color: #ffc;
}

pre
{
    margin-left: 3em;
    margin-right: 3em;
    background-color: #f1f1f1;
    padding: 4px;
    border: dotted 1px #999;
}

code
{
    background-color: #f1f1f1;
}

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

#footer
{
    display: none;
}

