table, body, input, p, pre, dt, dd {
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
}

.line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.line:before,
.line:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    z-index: -1;
    position: relative;
    vertical-align: middle;
}
.line:before {
    right: 10px;
    margin: 0 0 0 -100%;
}
.line:after {
    left: 10px;
    margin: 0 -100% 0 0;
}

.okVal {
    color: green;
}

.widthVal {
    width: 700px;
}

li {
    margin-top: 7px;
    margin-bottom: 7px;
}

ol ol ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: item; /* Обнуляем счетчик списка */
}

li li li::before {
    content: '1.' counter(item) ' '; /* Добавляем 1. */
    counter-increment: item; /* Задаём имя счетчика */
}

input {
    margin: 3px 0px 3px 0px;
    padding: 0px;
}

hr {
    border: 0;
    width: 700px;
    color: #aaa;
    background-color: #aaa;
    height: 1px;
}

table.hat {
    background: #f2f2f2;
    border: 1px #aaa solid;
    border-collapse: collapse;
    width: 640px;
}

.hat td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
    height: 45px;
}

table.subd {
    background: #f2f2f2;
    border: 1px #aaa solid;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 190px;
}

.subd td {
    text-align: center;
    height: 40px;
}

table.subdhead {
    background: #f2f2f2;
    border: 1px #aaa solid;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
}

.subdhead td {
    text-align: center;
    height: 40px;
}

table.ads {
    background: #f9f9f9;
    border: 1px #aaa dashed;
    border-collapse: collapse;
    width: 640px;
}

.ads td {
    border: 1px #aaa dashed;
    padding: 0.2em;
    text-align: center;
    height: 45px;
}

table.wikitable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

.wikitable th,
.wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}

.wikitable th {
    background: #f2f2f2;
}

.wikitable caption {
    font-weight: bold;
}

a {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
}

a:hover {
    text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
}

input {
    padding: 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #222;
    background: #F7F7F7;
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}

input[type="submit"] {
    float: right;
    background: #3F9D4A;
    border: none;
    width: auto;
    overflow: visible;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}