body {
        margin-left     : 2em;
        margin-right    : 2em;
        color           : #000000;
        background      : #00ccff;
        font-family     : Georgia, Verdana, Tahoma;
}

div {
        clear           : both;
}

div.copyright {
        border-style    : solid;
        border-width    : 1px 0px 0px 0px;
        font-size       : 80%;
}

h1 {
        font-size       : 150%;
}

h2 {
        margin-top      : 2em;
        font-size       : 120%
}

span.fr {
        color           : #BB0000;
}

a {
        text-decoration : underline;
        color           : #000000;
}

a:hover {
        text-decoration : underline;
        color           : #0000FF;
}

span.fr a {
        text-decoration : underline;
        color           : #BB0000;
}

span.fr a:hover {
        text-decoration : underline;
        color           : #0000FF;
}

table.bilingual {
        width           : 100%;
        border-style    : solid;
        border-color    : black;
        border-width    : 0px;
}

td.ru {
    padding-right       : 0.5em;
    text-align          : right;
    width               : 50%;
    border-style        : solid;
    border-color        : black;
    border-width        : 0px;
    vertical-align      : baseline;
}

td.fr {
    padding-left        : 0.5em;
    text-align          : left;
    width               : 50%;
    border-style        : solid;
    border-color        : black;
    border-width        : 0px;
    vertical-align      : baseline;
}

img.left {
        float           : left;
        margin-right    : 1em;
        margin-bottom   : 0.1em;
        margin-top      : 0.1em;
        margin-left     : 0px;
        border          : 0px;
        clear           : left;
}

img.center {
        float           : none;
        border          : 0px;
}



