/* таблица стилей для базы данных этикеток */
body {
        font-family: Times New Roman;
        background-color: #e77300;
        padding-left: 10px;
        }

h1 {
        font-family: Arial;
        font-size: 16pt;
        font-weight: bold;
        }

h2 {
        font-family: Arial;
        font-size: 14pt;
        font-weight: bold;
        }

h3 {
        font-family: Arial;
        font-size: 10pt;
        font-weight: bold;
        }

a {
        font-family: Arial;
        font-size: 10pt;
        font-weight: normal;
        color: #231f20;
        text-decoration: underline;
        }
a:hover {
        color: #f7dfbc;
        text-decoration: underline;
        }

a.menu {
        font-family: Verdana;
        font-size: 11pt;
        font-weight: bold;
        color: #231f20;
        text-decoration: underline;
        }
a.menu:hover {
        text-decoration: underline;
        color: #fff;
        }


