body {
    background: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-left: 0;
    margin-right: 0;
    border-bottom: 0;
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 1rem;
    /*background: url('./gfx/background.gif');*/
}

a {
    text-decoration: none
}

A:hover {
    text-decoration: underline;
    color: red;
}

.MojText {
    font-family: 'Roboto', sans-serif, Tahoma;
    font-style: normal;
    font-size: 11pt;
}

.BoxText {
    font-family: 'Roboto', sans-serif, Tahoma;
    font-style: normal;
    font-size: 11pt;
    padding-left: 10pt;
}

.SmlText {
    font-family: 'Roboto', sans-serif, Tahoma;
    font-style: normal;
    font-size: 10pt;
}

.MojHeadl {
    font-family: 'Roboto', sans-serif, Tahoma, 'Roboto', sans-serif, Tahoma, Arial;
    font-weight: bold;
    font-size: 11pt;
    padding: 10pt;
}

.SmallT {
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 10pt;
}

.MojHead {
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 10pt;
}

INPUT.text {
    border: 1pt solid Black;
    background-color: white;
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 11pt;
}

TEXTAREA.text {
    border: 1pt solid Black;
    background-color: white;
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 11pt;
}

INPUT.news {
    border: 1pt solid Black;
    background-color: #D8EDFF;
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 11pt;
}

TEXTAREA.news {
    border: 1pt solid Black;
    background-color: #D8EDFF;
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 11pt;
}

SELECT.news {
    border: 1pt solid Black;
    background-color: #D8EDFF;
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 11pt;
}

BUTTON.news {
    border: 1pt solid Black;
    background-color: #D8EDFF;
    font-family: 'Roboto', sans-serif, Tahoma;
    font-size: 11pt;
}

.datalist {
    padding: 5px;
}