
var hpStr = "<STYLE TYPE=text/css>" +
            "<!--" +
            ".font9 { font-family:新細明體;font-size:9pt;color:rgb(0,0,0);line-height:14pt; }" +
            ".font9x { font-family:新細明體;font-size:9pt;color:rgb(0,0,0);line-height:16px;text-align:justify; }" +
            ".textf { font-family:新細明體;font-size:12pt;color:rgb(0,0,0);line-height:30px;text-align:justify; }" +
            "A.bbb:link { color:rgb(150,199,154);font-size:12pt;font-weight:normal;text-decoration:underline;cursor:hand; }" +
            "A.bbb:visited { color:rgb(150,199,154);font-size:12pt;font-weight:normal;text-decoration:underline; }" +
            "A.bbb:hover { color:red;font-size:12pt;font-weight:bold;text-decoration:none; }" +
            "A.ccc:link { font-size:12pt;font-weight:normal;text-decoration:underline;cursor:hand; }" +
            "A.ccc:visited { font-size:12pt;font-weight:normal;text-decoration:underline; }" +
            "A.ccc:hover { color:red;font-size:12pt;font-weight:normal;text-decoration:underline; }" +
            "A.menu:link  {color: rgb(2,97,185); font-weight: normal; text-decoration: none; cursor: hand}" +
            "A.menu:visited  {color: rgb(2,97,185); font-weight: normal; text-decoration: none}" +
            "A.menu:active  {color:  rgb(2,97,185); font-weight: normal; text-decoration: none}" +
            "A.menu:hover {color: red; font-weight: normal; text-decoration: underline;}" +
            "A:link  {color: rgb(153,102,0); font-weight: normal; text-decoration: underlone; cursor: hand}" +
            "A:visited  {color: rgb(204, 153, 0); font-weight: normal; text-decoration: underline}" +
            "A:active  {color:  rgb(2,97,185); font-weight: normal; text-decoration: none}" +
            "A:hover {color: red; font-weight: normal; text-decoration: none}" +
            "-->" +
            "</STYLE>";

document.write(hpStr);
