BODY {
    color: #000000;
    background: #f4e8cc;
    background-image: url(img/fon.jpg);
}

BODY, TD, INPUT, TEXTAREA {
    font-family: Arial;
    font-size: 10pt;
}

HR {
    width: 100%;
    height: 0px;
    border: none;
    border-top: solid 1px #604010;
}

P {
    text-align: justify;
}

P.left {
    text-align: left;
}

.text {
}

UL, OL {
    text-align: justify;
    padding: 0 0 0 32px !important;
    margin: 0px !important;
}

LI {
    text-align: justify;
}

FORM {
    padding: 0px;
    margin: 0px;
}

A.menu {
    font-size: 12pt;
    font-weight: bold;
    color: #0067cf;
    text-decoration: none;
}

A.menu:hover {
    color: red;
    font-size: 14pt;
    text-decoration: none;
}

A {
    color: #0067cf;
    text-decoration: underline;
}

A:hover {
    color: red;
    text-decoration: underline;
}

.menun {
    font-size: 12pt;
    font-weight: bold;
    color: #808080;
}

.name {
    font-size: 12pt;
    color: #30a000;
    font-weight: bold;
    font-style: italic;
}

.nameb {
    color: #0067cf;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
}

.error {
    color: #ff5500;
}

.result {
    color: #30a000;
}