p.contentsElement {
    padding-top: 0px;
    padding-bottom: 0px;
    color: black;
    margin-top: 0px;
    margin-bottom: 4px;
}

a.rubrik {
    text-decoration: underline;
    font-weight: bold;
    font-size: 20   ;
    color: black;
}

tr.rubrikCaptionTR {
    background-color: #00ccff;
}

td.rubrikCaptionTR {
    background-color: #00ccff;
}

tr.rubrikContentsTR {
    background-color: #e9ecee;
}

td.rubrikContentsTR {
    background-color: #e9ecee;
}

h1.articleCaption {
    color: #0000cc;
    text-align: center;
}

p.articleAuthor {
    text-align: right;
}

a:hover {
    color: #FF4040;
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: #0000CC;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #blue;
    text-decoration: none;
    font-weight: bold;
}

<!-- Параметры таблицы, обрамляющей блоки -->
table.block {
    border: 0;
<!--    cellspacing: 0;
    cellpadding: 0;
    rowspacing: 0;
    rowpadding: 0; -->
    background-color: #FEFEFF;
}

td.blockTD {
    background-color: #FEFEFF;
}
