<!--
document.write("<STYLE type=\"text/css\">");
document.write(".class1 A:link {text-decoration: none}");
document.write(".class1 A:visited {color: navy; text-decoration: line-through}");
document.write(".class1 A:active {text-decoration: none}");
document.write(".class1 A:hover {text-decoration: underline; color: red;}");
document.write("</style>");

// End -->