<STYLE TYPE="text/css">
<!--
BODY {
        font-family: Verdana;
        font-weight: small;
        font-style: normal;
        font-size: small;
        color: black;
        background: white;
}

A:active {
        color: red;
        text-decoration: none;
}

A:hover {
        color: yellow;
        text-decoration: none;
}

A:link {
        color: white;
        text-decoration: underline;
}

A:visited {
        color: beige;
        text-decoration: underline;
}

.tab {
        padding: 0px;
        border: solid green 2px;
        text-align: center;
        color: yellow;
        background: darkgreen;
}

.green {
        color: darkgreen;
}

.big {
        font-family: Century Gothic;
        font-weight: small;
        font-style: normal;
        font-size: small;
}
-->
</STYLE>