*
{
    font-family: serif;
}

.noprint, #navbar, #navi_main, #navi_right, #endlink, #header img, #header ul
{
    display: none;
}
#content
{
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
}
#header
{
    background-color: #fff;
    background-image: url(/images/layout/logo.png);
    background-repeat: no-repeat;
    background-position: center left;
    height: 150px;
    width: 100%;
}
#source
{
    display: block;
    visibility: visible;
    float: left;
}

#content table
{
    page-break-inside: avoid;
}
p,blockquote
{
    orphans:3;
    widows:3;
}
#content table
{
    float: none;
    clear: both;
    min-width: 300px;
    max-width: 100%;
}
