/* ===== Основной шрифт ===== */

html,
body {
    margin: 0;
    padding: 0;
    background: #dcdcdc;
    color: #222;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.45;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
td,
th,
div,
span,
p,
ol,
ul,
li,
table,
input,
select,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.text,
.message {
    font-family: inherit;
}

/* Заголовки */

h3 {
    color: #7b0000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 8px 0;
}

h4 {
    color: #7b0000;
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0;
}

h5 {
    color: #5b0000;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0;
}

/* Ссылки */

a,
a:visited {
    color: #004ea8;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #006cff;
    text-decoration: underline;
}

a:active {
    color: #8f0000;
}

/* Поля ввода */

input,
select,
textarea {
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    padding: 4px 6px;
    background: #fff;
    color: #222;
}

/* Кнопки */

.btn {
    cursor: pointer;
    border: 1px solid #555;
    border-radius: 4px;
    background: linear-gradient(#666, #444);
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
}

.btn:hover {
    background: linear-gradient(#777, #555);
}

.btn:active {
    background: linear-gradient(#444, #333);
}

/* Главное меню */

.menutop,
a.menutop,
a.menutop:visited {
    font-size: 10px;
    font-weight: bold;
}