<STYLE TYPE="text/css">
<!--
A {
        color: #000000;
        text-decoration: none;
}

A:LINK {
        color: blue;
}

A:ACTIVE {
        color: navy;
        background: #33CCFF;
}

A:HOVER {
        text-decoration: underline;
        background-color: #CCFFFF;
       
}

A:VISITED {
        color: #000066;
}

BODY {
        color: #000000;
        font-weight: bold;
        font-family: helvetica;
        background: #00FFFF;
}

.tekst {
        text-align: justify;
}
-->
</STYLE>