<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table, body, input, p, pre, dt, dd {font-family: Verdana; font-size: 12px; text-decoration: none;}

.okVal {color:green;}
.widthVal {width:700;}

li {margin-top: 7px; margin-bottom: 7px;}
input {margin: 3px 0px 3px 0px; padding: 0px;}

hr {
    border: 0;
    width: 640;
    color: #aaa;
    background-color: #aaa;
    height: 1px;
}

table.hat {
 background: #f2f2f2;
 border: 1px #aaa solid;
 border-collapse: collapse;
 width: 640;
}
.hat td {
 border: 1px #aaa solid;
 padding: 0.2em;
 text-align: center;
 height: 45;
}

table.subd {
 background: #f2f2f2;
 border: 1px #aaa solid;
 border-collapse: collapse;
 width: 190;
}
.subd td {
 border: 1px #aaa solid;
 padding: 0.2em;
 text-align: center;
 height: 45;
}

table.subdhead {
 background: #f2f2f2;
 border: 1px #aaa solid;
 border-collapse: collapse;
 width: 100%;
}
.subdhead td {
 border: 1px #aaa solid;
 padding: 0.2em;
 text-align: center;
 height: 45;
}

table.ads {
 background: #f9f9f9;
 border: 1px #aaa dashed;
 border-collapse: collapse;
 width: 640;
}
.ads td {
 border: 1px #aaa dashed;
 padding: 0.2em;
 text-align: center;
 height: 45;
}

a {
 text-decoration: none; /* Убирает подчеркивание для ссылок */
} 
a:hover { 
 text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
}</pre></body></html>