/* CSS шаблон для браузерного просмотра сайта (c) Загиров Александр (lordofnight@mail.ru) */
    /* Универсальный селектор убирает у всех тэгов границы, отступы, поля и кучу другого мусора */
    * {
     background-color: transparent;
     border: 0px solid black;
     height: auto;
     margin: 0px;
     padding: 0px;
     width: auto;
     }
    /* Представление BODY */
    BODY {
     background-color: #ffffff;
     color: #000000;
     font-family: 'Arial', sans-serif;
     line-height: 20px;
     font-size: 12px;
     font-weight: normal;
     text-align: left;
     }
    /* Представление блочных элементов */
    H1, H2, H3, H4, H5, H6 {
     }
    H1 {
     color: #004a95;
     font-size: 18px;
     line-height: 25px;
     }
    H2 {
     color: #000000;
     font-size: 14px;
     font-weight: bold;
     margin: 0px 0px 21px 0px;
     }
    H3 {
     color: #000000;
     font-size: 12px;
     font-weight: bold;
     margin: 0px 0px 21px 0px;
     }
    H4 {
     color: #848585;
     font-size: 22px;
     line-height: 25px;
     }
    H5 {
     color: #848585;
     font-size: 22px;
     line-height: 25px;
     }
    H6 {
     color: #848585;
     font-size: 22px;
     line-height: 25px;
     }
    P {
     text-indent: 0px;
     margin: 0px 0px 20px 0px;
     }
    SPAN {
     text-indent: 0px;
    }
    OL {
     list-style: decimal inside;
     margin: 0px 0px 20px 0px;
     }
    UL {
     list-style: none inside;
     margin: 0px 0px 20px 0px;
     }
    UL LI {
     background-image: url('/img/left_menu_item_bg_act.gif');
     background-repeat: no-repeat;
     margin: 0px 0px 10px 8px;
     padding-left: 13px;
     }
    /* Представление гиперссылок */
    A:link {
     color: #004087;
     text-decoration: underline;
     }
    A:visited {
     color: #004087;
     text-decoration: underline;
     }
    A:active {
     color: #004087;
     text-decoration: underline;
     }
    A:hover {
     color: #004087;
     text-decoration: none;
     }

/* Конец файла */
