html, body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: auto;
    padding: 0 0 0 0;
}

div.main_block {
    width: 100%;
}

*.noprint {
    display: none;
}

a, a:visited {
    color: #000;
    text-decoration: underline;
}

img.toRight {
    float: right;
    margin: 0 0 4px 10px;
}

img.toLeft {
    float: left;
    margin: 0 10px 4px 0;
}

object {
    display: none;
}

img {
    border: none;
    max-width: 80mm;
}

* {
    white-space: normal;
}


