document.writeln("<STYLE>");

document.writeln("BODY");
document.writeln("{");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE: 9pt");
document.writeln("}");

document.writeln("TD");
document.writeln("{");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE: 9pt");
document.writeln("}");

document.writeln(".1");
document.writeln("{");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("COLOR: #274000;");
document.writeln("FONT-SIZE: 9pt");
document.writeln("}");

document.writeln("A");
document.writeln("{");
document.writeln("COLOR: blue;");
document.writeln("CURSOR: hand;");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE:9pt;");
document.writeln("TEXT-DECORATION: none");
document.writeln("}");

//document.writeln("A:active");
//document.writeln("{");
//document.writeln("COLOR: blue;");
//document.writeln("FONT-FAMILY: 宋体;");
//document.writeln("FONT-SIZE: 9pt;");
//document.writeln("TEXT-DECORATION: none");
//document.writeln("}");

document.writeln("A:hover");
document.writeln("{");
document.writeln("COLOR: #CC0000;");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE: 9pt;");
document.writeln("TEXT-DECORATION: underline");
document.writeln("}");

//document.writeln("A:visited");
//document.writeln("{");
//document.writeln("COLOR: red;");
//document.writeln("FONT-FAMILY: 宋体;");
//document.writeln("FONT-SIZE: 9pt;");
//document.writeln("TEXT-DECORATION: underline");
//document.writeln("}");
document.writeln("A.text1");
document.writeln("{");
document.writeln("COLOR: #ffffff;");
document.writeln("CURSOR: hand;");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE:9pt;");
document.writeln("TEXT-DECORATION: none");
document.writeln("}");
document.writeln("A.text1:hover");
document.writeln("{");
document.writeln("COLOR: #ffffff;");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE: 9pt;");
document.writeln("TEXT-DECORATION: underline");
document.writeln("}");

document.writeln("A.text");
document.writeln("{");
document.writeln("COLOR: #000000;");
document.writeln("CURSOR: hand;");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE:9pt;");
document.writeln("TEXT-DECORATION: none");
document.writeln("}");
document.writeln("A.text:hover");
document.writeln("{");
document.writeln("COLOR: #9fd052;");
document.writeln("FONT-FAMILY: 宋体;");
document.writeln("FONT-SIZE: 9pt;");
document.writeln("TEXT-DECORATION: underline");
document.writeln("}");

document.writeln("</style>");
