<STYLE TYPE="text/css">
<!--

A:active {
        color: blue;
}

A:link {
        color: green;
        font-weight: normal;
}

A:visited {
        color: green;
}

A:hover {
        color: red;
        text-decoration: underline;
}

BODY {
        font-family: Comic Sans MS;
		font-size: 14;
		background-color: #FFFFFF;
}

-->
</STYLE>