English
<!--To achieve this effect, two steps are required. The first step is: add the following code to the <head> area--> <STYLE type=text/css> .font1 {COLOR: #333333; FILTER:DropShadow(Color =#cccccc, OffX=4, OffY=4, Positive=1); FONT-FAMILY: "宋体"; FONT-SIZE: 11pt } A:hover {TEXT-DECORATION: underline} A {TEXT-DECORATION: none}< /STYLE> <!--Step 2: Add the following code to the <body> area--> <br> <TABLE align=center class=font1 width="95%"> <TR> <TD height=18 > <DIV align=center><A href="#" target=_blank>Link text</A></DIV></TD> <TD height=18> <DIV align=center><A href="# " target=_blank>Link text</A></DIV></TD> <TD height=18> <DIV align=center><A href="#" target=_blank>Link text</A></ DIV></TD> <TD height=18> <DIV align=center><A href="#" target=_blank>Link text</A></DIV></TD></TR> </TABLE >