@import url("styles01.css");

body{
    background: #FFCCCC;
    font-family: sans-serif;
}
p.slogan{
    font-weight: bold;
}
hr{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*Áëîê SVG-øåê*/
div.SVG{
    overflow: auto;
    width: 100%;
}
div.SVG>*{
    vertical-align: middle;
    display: block;
    float: left;
}
div.SVG>*:first-child{/*65.88*/
    width: 30%;
}
div.SVG>*:first-child+*{/*69.709*/
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
}
div.SVG>*:first-child+*+*{/*79.838*/
    width: 36%;
}

p.declaration{
    font-size: 200%;
    font-weight: bold;
    text-indent: 0;
}
p.declaration>img{
    float: left;
    margin-right: 3em;
}
span.author{
    font-weight: bold;
}
img#MaoismRu_Banner{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
}