<STYLE TYPE="text/css">
<!--
BODY {
        font-family: Verdana;
        font-weight: small;
        font-style: normal;
        font-size: small;
        color: white;
        background: black;
        text-align: left;
        vertical-align: top;
}

A:HOVER {
        color: red;
		text-decoration: underline;
}

A:ACTIVE {
        color: orange;
}

A:VISITED {
        color: darkseagreen;
        text-decoration: none;
}
A:LINK {
        color: ivory;
        text-decoration: none;
}

.border {
        background: aqua;
        border: solid blue 1px;
        padding: 5px;
}

.whitesmoke {
        padding: 5px;
        background: whitesmoke;
        border: dotted forestgreen 1px;
}

.floralwhite {
        padding: 5px;
        border: dotted blue 1px;
}


.del {
        padding: 5px;
        background: aliceblue;
        border: solid plum 1px;
}


.small {
        font-weight: normal;
        font-style: normal;
        font-size: x-small;
        color: crimson;
}


.font {
        font-family: MS Sans Serif;
        font-weight: bold;
        font-style: normal;
        font-size: large;
        color: crimson;
        padding: 5px;
}

.desc {
        padding: 5px;
        background: white;
        border: solid skyblue 1px;
        font-family: Verdana;
        font-weight: smaller;
        font-style: normal;
        font-size: smaller;
        color: black;
}


.host {
        font-family: Tahoma;
        font-weight: normal;
        font-style: normal;
        font-size: larger;
}
-->
</STYLE>