BODY
{
    margin: 1%;
    font-family: "Bitstream Vera Sans", sans-serif;
}

DIV.box
{
    margin-bottom: 1%;
    padding-left: 2%;
    padding-right: 1%;
}

H1
{
    margin-left: -1%;
    border-bottom: dashed #2e3436 1px;
}

H2
{
    margin-left: -1%;
    border-bottom: dashed #2e3436 1px;
}

PRE
{
    font-family: "Bitstream Vera Sans Mono", monospace;
    width: auto;
    padding: 10px;
    border: dashed #2e3436 1px;
    background: #e5f1ff;
}

IMG.screenshot
{
    float: right;
    margin-right: 2%;
    border: none;
}
