BODY {
    background: #FFFFFF;
    color: #000000;
    font-family: Times New Roman;
    }


/* C C Ы Л К И  */

A:link { /* ссылка */
    color: #0000c0;
    text-decoration: none;
    }
A:visited { /* посещённая */
    color: #000066;   /* был #333399 */
    text-decoration: none;
    }
A:hover { /* в фокусе */
    text-decoration: underline; /* подчёркивание */
    }
a.t { /* термин */
    text-decoration: none;
    border-bottom: 1px dotted #0000c0  /* точками или dashed тире */
    }

/* О Ф О Р М Л Е Н И Е   П О Л О С К А М И */
table.p {
    background: #0000c0;
    }
td.p {
    background: #0000c0;
    }

/* З А Г О Л О В О К   С Т Р А Н И Ц Ы */
div.z { /* Заголовок */
    margin-left: 1px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    }
table.z { /* Таблица заголовка */
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    }
div.zn { /* Подвал */
    margin-left: 9px;
    margin-right: 8px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    }


/* Б Л О К   У П Р А В Л Е Н И Я */
div.y { /* Ссылки */
    margin-right: 8px;  /* отступ справа */
    text-align: right;  /* выравнивание вправо */
    font-size: 13px;  /* фиксированный кегль */
    line-height: 150%;  /* увеличенный интервал строк */
    }
div.yn {/* Кнопки */
    margin-right: 8px;  /* отступ справа */
    text-align: center;  /* выравнивание по центру */
    line-height: 120%;  /* увеличенный интервал строк */
    }


/*  С  О  Д  Е  Р  Ж  А  Н  И  Е  */

div.s { /* Текст страницы */
    margin-left: 8px;  /* отступ слева */
    font-size: 100%;
    }
div.vz { /* Текст в рамке */
    margin-left: 8px;
    font-size: 80%;
    text-align: justify;
    text-indent: 2em;
    }

h1 {
    text-align: center;
    text-indent: 0em;
    font-size: 110%;
    font-weight: normal;
    margin-bottom: 0px;
    }
h2 {
    text-align: justify;
    text-indent: 2em;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0px;
    }

p { /* Параграф по умолчанию */
    text-align: justify; /* По ширине */
    text-indent: 2em;    /* С кр. строкой */
    margin-bottom: 0px;  /* Без отступа снизу */
    }
p.ns {
    margin-top: 0px;     /* Без отступа сверху */
    }
    
p.c {
    text-align: center;
    text-indent: 0em;
    font-size: 110%;
    }

p.p {
    font-family: Courier New;
    text-align: right;
    font-size: 105%;
    text-indent: 0em;
    }
p.r {
     margin-left: 331px; 
     margin-top: 5px;
     text-align: left; 
     font-size: 90%;
     text-indent: 0em;
     }    
p.rp {
     margin-left: 331px;
     text-align: left;
     font-size: 80%;
     margin-top: 2px;
     font-style: italic;
     text-indent: 3em;
     }

ul {
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0px;
    }
ol {
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0px;
    }
li {
    text-align: justify;
    margin-bottom: 0px;
    }
li.c {
    text-align: justify;
    text-indent: 1em;
    list-style-type: circle;
    margin-bottom: 0px;
    }
li.b {
    text-align: justify;
    list-style-image: url(/img/ball.gif);
    margin-bottom: 0px;
    }

dt {
    font-weight: bold;
    }
dd {
    text-align: justify;
    text-indent: 0em;
    }
dd.c {
    text-align: center;
    }

hr {
    text-align: center;
    height: 1px;
    color: #0000c0;
    margin-top: 0px;
    margin-bottom: 0px;
    }
    
pre {
    text-align: left;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    }
