html {
     width:100%
}

body {
    background-color: #fff;
    color: #000;
    font-size: 12pt;
}

a {
    color: #000;
}

img {
    border: 0;
}

.menu, .adbox-med, .side, footer{
    display: none;
}

h1, h2, header {
    page-break-before: auto;
    text-align: center;
}

p {
    page-break-inside: avoid;
    text-align: justify;
}