html, BODY, TABLE {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 8pt;
        color: black;
}

.menu1 {
        color: white;
        font-size: 8pt;
        text-decoration: none;
}

.menu1:hover {
        background-color: white;
        color: red;
}

.menu2 {
        color: white;
        font-size: 7pt;
        text-decoration: none;
        font-weight: bold;
}

.link {
        color: black;
        font-size: 7pt;
        text-decoration: none;
}

.link:hover {
        color: red;
}

.link2 {
        color: #333366;
        text-decoration: none;
        font-weight: bold;
}

.link2:hover {
        text-decoration: underline;
}
.link2:visited {
        color: #d3d3d3;
}

.data {
        color: black;
        font-size: 7pt;
        text-decoration: none;
        font-weight: bold;
}
