<STYLE TYPE="text/css">
<!--
A:link
{
    color : blue;
    text-decoration : underline;
}
A:visited
{
    color : red;
    text-decoration : line-through;
}
A:active
{
    color : lime;
    background : whitesmoke;
    text-decoration : none;
}
a:hover
{
    Color : green;
    Text-decoration :none;
}
-->
</STYLE>
