body {
    background: white;
    font-size: 12pt;
    margin: 2cm;
}
#header {
    background: url('../imgs/logo-print.gif') no-repeat scroll top left;
    width: 300px;
    height: 140px !important;
    float: none;
}
#header #ldmk_home,
#header #slider {
    display: none;
}
#sidebar,
#footer,
#search,
.pdf,
#pagination,
.navigation,
#print,
li .marker {
    display: none;
}
#content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}

#opening {
    font-size: 18pt;
}

a:link, a:visited {
    color: #333;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}
dd br {
    display: none;
}
@page:left {
    @bottom-left {
        content: counter(page);
    }
}
@page:right {
    @bottom-right {
        content: counter(page);
    }
}
@page:first {
    @bottom-right {
        content: none;
    }
}
h1,
h2,
h3,
h4,
h5,
h6
{
    page-break-inside: avoid;
}
h2,
p.opening {
    font-family: "Fedra Sans Alt Medium", Arial, sans-serif;
}
ul.hfeed {
    padding-left: 12pt;
    margin: 0;
}