document.writeln("<style> a:hover { color: #000000; } </style> ");
document.writeln("<STYLE>");
document.writeln("<!--");
document.writeln("body {");
document.writeln("SCROLLBAR-ARROW-COLOR: #ffffff;");
document.writeln("SCROLLBAR-FACE-COLOR: #0000ca;");
document.writeln("SCROLLBAR-TRACK-COLOR: #D5D5EA;");
document.writeln("}");
document.writeln("-->");
document.writeln("</STYLE>");
document.writeln("<body bgcolor=FFFFFF link=0000ff vlink=000080 alink=ff0000>");
document.writeln("<SCRIPT language=JavaScript1.2>");
document.writeln("if (document.all)");
document.writeln("document.body.style.cssText=\"border:6 solid #0000ca\"");
document.writeln("</script\>");