第一部分
--------------------------------------------------------------------------------------------------------------------------------
360圖書館
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: dropshadow(color=#FFCCFF,offx=6,offy=20,positive=1)" align=middle>
<FONT style="FONT-SIZE: 80pt; WIDTH: 100%; COLOR: #ff00ff; LINE-HEIGHT: 150%; FONT-FAMILY: 華文新魏"><B><I>360圖書館</I></B></FONT>
</TD></TR></TBODY></TABLE>
360圖書館
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: mask(color=#a09261) shadow(color=#000000,direction=135) chroma(color=#a09261)" align=middle>
<FONT style="FONT-SIZE: 80pt; WIDTH: 100%; COLOR: #000000; LINE-HEIGHT: 150%; FONT-FAMILY: 黑體"><B><I>360圖書館</I></B></FONT>
</TD></TR></TBODY></TABLE>
360圖書館
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: mask(color=#a09261) dropshadow(color=#000000,offx=-3,offy=-3,positive=1) chroma(color=#a09261)" align=middle>
<FONT style="FONT-SIZE: 80pt; WIDTH: 100%; COLOR: #000000; LINE-HEIGHT: 150%; FONT-FAMILY: 黑體"><B><I>360圖書館</I></B></FONT>
</TD></TR></TBODY></TABLE>
360圖書館
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: glow(strength=1) mask(color=#ff00ff) chroma(color=#ff00ff)" align=middle><FONT style="FONT-SIZE: 100pt; WIDTH: 100%; COLOR: #ff00ff; LINE-HEIGHT: 150%; FONT-FAMILY: 華文新魏"><B>360圖書館</B></FONT> </TD></TR></TBODY></TABLE>
360圖書館
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: glow(strength=30) mask(color=blue)" align=middle>
<FONT style="FONT-SIZE: 80pt; WIDTH: 100%; LINE-HEIGHT: 150%; FONT-FAMILY: 黑體"><B><I>360圖書館</I></B></FONT>
</TD></TR></TBODY></TABLE>
說明:
說明:
投影字是用dropshadow濾鏡做出的效果.
FILTER: dropshadow(color=#FFCCFF,offx=6,offy=6,positive=1)
=============================================
陰文字是用濾鏡mask, shadow, chroma組合. 字體的顏色由shadow決定,mask和chroma的顏色要相同,色彩任意。
FILTER: mask(color=#a09261) shadow(color=#000000,direction=135) chroma(color=#a09261)
=============================================
陽文字是用濾鏡mask, dropshadow, chroma組合. mask和chroma的顏色相同,色彩由dropshadow決定。
FILTER: mask(color=#a09261) dropshadow(color=#000000,offx=-3,offy=-3,positive=1) chroma(color=#a09261)
=============================================
空心字是用濾鏡glow, mask, chroma組合. mask和chroma的顏色要相同,這個顏色決定了字體的顏色。
FILTER: glow(strength=1) mask(color=#ff00ff) chroma(color=#ff00ff)
=============================================
齒邊字是用濾鏡glow, mask組合. mask的顏色決定字體的顏色。
FILTER: glow(strength=30) mask(color=blue)
=============================================
為了讓字體不受論壇最大字7號的限制.語法中我使用了<FONT style="FONT-SIZE: 100pt; WIDTH: 100%; COLOR: #ff00ff; LINE-HEIGHT: 150%; FONT-FAMILY: 華文新魏"><B>中國古曲網(wǎng)</B></FONT>
濾鏡:
1.濾鏡:alpha
語法:
STYLE="filter:Alpha(Opacity=opacity,FinishOpacity=finishopacity,Style=style,
StartX=startX,StartY=startY,FinishX=finishX,FinishY=finishY)"
說明:
Opacity:起始值,取值為0-100,0為透明,100為原圖.
FinishOpacity:目標(biāo)值.
Style:1或2或3
StartX:任意值
StartY:任意值
例子:filter:Alpha(Opacity="0",FinishOpacity="40",Style="2")
2.濾鏡:blur
語法:
STYLE="filter:Blur(Add=add,Direction=direction,
Strength=strength)"
說明:
Add:一般為1,或0.
Direction:角度,0-315度,步長為45度.
Strength:效果增長的數(shù)值,一般5即可.
例子:filter:Blur(Add="1",Direction="45",Strength="5")
3.濾鏡:chroma
語法:
STYLE="filter:Chroma(Color=color)"
說明:
color:#rrggbb格式,任意.
例子:filter:Chroma(Color="#FFFFFF")
4.濾鏡:DropShadow
語法:
STYLE="filter:DropShadow(Color=color,OffX=offX,OffY=offY,Positive=positive)"
說明:
Color:#rrggbb格式,任意.
Offx:X軸偏離值.
Offy:Y軸偏離值.
Positive:1或0.
例子:filter:DropShadow(Color="#6699CC",OffX="5",OffY="5",
Positive="1")
5.濾鏡:FlipH
語法:
STYLE="filter:FlipH"
例子:filter:FlipH
6.濾鏡:FlipV
語法:
STYLE="filter:FlipV"
例子:filter:FlipV
7.濾鏡:Glow
語法:
STYLE="filter:Glow(Color=color,Strength=strength)"
說明:
Color:發(fā)光顏色.
Strength:強度(0-100)
例子:filter:Glow(Color="#6699CC",Strength="5")
8濾鏡:Gray
語法:
STYLE="filter:Gray"
例子:filter:Gray
9.濾鏡:Invert
語法:
STYLE="filter:Invert"
例子:filter:Invert
10.濾鏡:Mask
語法:
STYLE="filter:Mask(Color=color)"
例子:filter:Mask(Color="#FFFFE0")
11.濾鏡:Shadow
語法:
filter:Shadow(Color=color,Direction=direction)
說明:
Color:#rrggbb格式.
Direction:角度,0-315度,步長為45度.
例子:filter:Shadow(Color="#6699CC",Direction="135")
12.濾鏡:Wave
語法:
filter:Wave(Add=add,Freq=freq,LightStrength=strength,Phase=phase,
Strength=strength)
說明:
Add:一般為1,或0.
Freq:變形值.
LightStrength:變形百分比.
Phase:角度變形百分比.
Strength:變形強度.
例子:filter:wave(Add="0",Phase="4",Freq="5",LightStrength="5",Strength="2")
13.濾鏡:Xray
語法:
STYLE="filter:Xray"
例子:filter:Xray
--------------------------------------------------------------------------------------------------------------------------------------------------
第二部分
---------------------------------------------------------------------------------------------------------------------
360圖書館歡迎您
360圖書館歡迎您
歡 迎 你
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
喜歡嗎
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您 360圖書館歡迎您360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
朋友你好
360圖書館歡迎您
360圖書館歡迎您360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您360圖書館歡迎您360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您360圖書館歡迎您
360圖書館歡迎您360圖書館歡迎您
360圖書館歡迎您
想用就拿去
360圖書館歡迎您
360圖書館歡迎您360圖書館歡迎您!
360圖書館歡迎您
360圖書館歡迎您
歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您
360圖書館歡迎您想用就拿去 想用就拿去
360圖書館歡迎您
想用就拿去
==============================================================================
代碼:
<div>
<table style="" cellSpacing=0 cellPadding=0 width=1000 align=center border=0>
<tbody>
<tr>
<td style="WORD-WRAP: break-word"><br>
<table borderColor=#aecaae cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<tbody>
<tr>
<td style="BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 2px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 1px" align=middle width="100%" height=22><font color=#717171>
<div align=center><font color=#dc143c>
<center>
<table cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<tbody>
<tr>
<td style="FILTER: dropshadow(color=#0997F7,offx=30,offy=30,positive=1)" align=middle><font style="FONT-SIZE: 50pt; FILTER: shadow(color=#4444BB,strength=6,direction=113,); WIDTH: 100%; COLOR: #2248dd; LINE-HEIGHT: 150%; FONT-FAMILY: 華文新魏; HEIGHT: 128px" color=#ffff00>
<p align=center><strong><font color=#ffff00>360圖書館歡迎您</font></strong></p>
</font></td>
</tr>
</tbody>
</table>
</center>
<center> </center>
<center> </center><font face=楷體_GB2312 color=#f0ffff size=7></font></font></div>
<div align=center><font color=#dc143c><font face=楷體_GB2312 color=#f0ffff size=7>
<div align=center><font face=華文行楷><span style="FONT-SIZE: 26pt; COLOR: aqua; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-
CN; FONT-: 隸書"><span style="FONT-SIZE: 26pt; COLOR: aqua; FONT-FAMILY: 隸書; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-CN"><font face=華文行楷>
<center>
<p align=center><font style="FONT-SIZE: 45pt; FILTER: glow(color=#B250F3,strength=50); WIDTH: 100%; COLOR: #e477ff; LINE-HEIGHT: 150%; FONT-FAMILY: 華文行楷"><font face=隸書 size=5></font></font><u><font face=黑體 color=#ff7f50 size=6><strong></strong></font></u></p>
</center></font></span></span></font></div>
<div align=center><font face=華文行楷><span style="FONT-SIZE: 26pt; COLOR: aqua; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-
CN; FONT-: 隸書"><span style="FONT-SIZE: 26pt; COLOR: aqua; FONT-FAMILY: 隸書; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-CN"><font face=華文行楷>
<p> </p>
<p align=center><font style="FONT-SIZE: 77pt; FILTER: glow(color=ffff00,strength=40); WIDTH: 100%; COLOR: #ff0000; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書"><strong>360圖書館歡迎您</strong></font></strong></font> </p>
<center><font face=楷體_GB2312 color=#00ffff size=6><strong></strong></font> </center>
<center><strong><font size=6></font></strong> </center>
<center><strong><font size=6></center></font>
<center></center></font></div>
</strong></span></span></font></font></div>
</font></td>
</tr>
</tbody>
</table>
<p> </p>
<center>
<div align=center><font face=新宋體><font face=新宋體 size=2></font></font></div>
<font style="FONT-SIZE: 40pt; FILTER: glow(color: 00cc00,strength=60); WIDTH: 100%; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云">
<marquee direction=up behavior=alternate width=120 height=240>
<center><strong>歡</strong></center></marquee>
<marquee direction=up behavior=alternate width=120 height=180>
<center><strong>迎</strong></center></marquee>
<marquee direction=up behavior=alternate width=120 height=240>
<center><strong>你</strong></center></marquee></font></font></strong></center></font></span></span></font>
<div></div>
<div align=center><font face=華文行楷><span style="FONT-SIZE: 26pt; COLOR: aqua; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-
CN; FONT-: 隸書"><span style="FONT-SIZE: 26pt; COLOR: aqua; FONT-FAMILY: 隸書; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-CN"><font face=華文行楷> </div>
<div align=center>
<table style="WIDTH: 782px; HEIGHT: 201px" borderColor=#00fa9a height=201 width=782 align=center background=http://ydhy.16789.net/s-helpSit/domName/ydhy/20065137271451802.jpg border=3>
<tbody>
<tr>
<td>
<marquee scrollAmount=3 direction=down behavior=alternate height=150>
<marquee scrollAmount=3 behavior=alternate width=750>
<p align=center>
<p align=center>
<p align=center>
<p align=center>
<p align=center><font face=楷體_GB2312 color=#7fff00 size=6><strong>
<div align=center><span style="FONT-SIZE: 18pt; COLOR: white; LINE-HEIGHT: 200%; FONT-FAMILY: 楷體_GB2312"><span lang=EN-US>
<div align=center><font color=#ff0066><font face=楷體_GB2312 color=#f70909 size=7><strong><font color=#ffff00>
<div align=left><font style="FONT-SIZE: 60pt; FILTER: shadow(color=#11A0FF); WIDTH: 95.63%; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 方正舒體; HEIGHT: 120px" color=#b22222>
<p align=center><strong>360圖書館歡迎您</strong></p>
</font></div>
</font></strong></font></font></div>
</span></span></div>
</strong></font></marquee></marquee></td>
</tr>
</tbody>
</table>
</div>
<div align=center><br> </div>
<div align=center>
<p align=center>
<table cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<tbody>
<tr>
<td style="FILTER: mask(color=Blue) shadow(color=Red,direction=135) chroma(color=Blue)" align=middle><font style="FONT-SIZE: 60pt; WIDTH: 92.85%; COLOR: #ff0000; LINE-HEIGHT: 150%; FONT-FAMILY: 黑體; HEIGHT: 120px"><strong>360圖書館歡迎您</strong></font> <br></td>
</tr>
</tbody>
</table>
</p>
</div>
<div align=center><span style="FONT-SIZE: 26pt; COLOR: aqua; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-
CN; FONT-: 隸書"><span style="FONT-SIZE: 26pt; COLOR: aqua; FONT-FAMILY: 隸書; mso-bidi-font-family: 隸書; mso-font-kerning: 0pt; mso-ansi-language: ZH-CN"><font face=華文行楷>
<div align=center><strong></strong> </div>
<div align=center>
<div style="FONT-SIZE: 90pt; FILTER: dropshadow(color=FFFF00, offx=10, offy=10,
positive=10); WIDTH: 800px; COLOR: red; FONT-FAMILY: Arial; POSITION: relative; HEIGHT: 231px">
<p align=center><font face=華文行楷><strong>360圖書館歡迎您</strong></font></p>
</div>
</div>
</font></span></span></div>
</font></span></span></font>
<div align=center> </div>
<div align=center>
<table class=description cellSpacing=0 cellPadding=0 width=478 align=center border=0>
<tbody>
<tr>
<td align=middle width=476>
<div class="sysBr500 text" id=articleText4a193f3e01000580 align=left>
<div>
<p class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><font style="FONT-SIZE: 65pt; FILTER: wave(add=0,lightstrength=50,strength=4,freq=2,phrase=30); WIDTH: 100%; COLOR: #ffff66; LINE-HEIGHT: 150%; FONT-FAMILY: 華文行楷" face=黑體><strong>360圖書館歡迎您</strong></font> </p>
<p class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center> </p>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</font>
<div align=center> </div>
<div align=center>
<table id=table3 height=214 cellSpacing=0 cellPadding=0 align=center background=http://www.xinbu.net/images/upfile/200521113345.gif>
<tbody>
<tr>
<td style="FILTER: chroma(color=#336699)" align=right height=214>
<div align=center>
<table id=table4 height=221 width=478 bgColor=#ffffff>
<tbody>
<tr>
<td align=middle width=472 height=217>
<p align=center><font style="FONT-SIZE: 60pt" face=黑體 color=#336699><strong>360圖書館歡迎您</strong></font></p>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div align=center><font style="FONT-SIZE: 60pt; WIDTH: 83.32%; COLOR: red; LINE-HEIGHT: 150%; FONT-FAMILY: 華文行楷; HEIGHT: 120px"><strong><font color=#b22222>360圖書館歡迎您</font> </strong></font><br><font style="FONT-SIZE: 60pt; FILTER: FlipV; WIDTH: 81.77%; COLOR: red; LINE-HEIGHT: 150%; FONT-FAMILY: 華文行楷; HEIGHT: 120px"><strong><em>360圖書館歡迎您</em></strong></font></div>
<div align=center> </div>
<div align=center> </div>
<div align=center> </div>
<div align=center>
<div style="FILTER: shadow(color=#c299ff, strength=40); WIDTH: 634px; HEIGHT: 148px"><font style="FONT-WEIGHT: normal; FONT-SIZE: 80pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文彩云 color=#fff000>360圖書館歡迎您</font><br></div>
</div>
<p> </p>
<div align=center> </div>
<p align=center><br> </p>
<span style="FONT-SIZE: 48pt; COLOR: teal; FONT-FAMILY: 漢儀長藝體簡">
<p align=center><font style="FONT-WEIGHT: bolder; FONT-SIZE: 65px; FILTER: blur(add=1, direction=45,strength=10); WIDTH: 560px; POSITION: relative; HEIGHT: 178px" color=#3333cc>
<div align=center>
<div align=center>
<p><font color=#dc143c>360圖書館歡迎您</font></p>
<p>360圖書館歡迎您</p>
</div>
</font></div>
</span>
<p> </p>
</font>
<div></div>
</font></td>
</tr>
<tr>
<td borderColor=#ffffff align=middle width="100%">
<div align=center>
<table style="" cellSpacing=0 cellPadding=0 width="98%" align=center border=0>
<tbody>
<tr>
<td style="WORD-WRAP: break-word">
<table borderColor=#aecaae cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<tbody>
<tr>
<td style="BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 2px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 1px" align=middle width="100%" height=22></td>
</tr>
<tr>
<td borderColor=#ffffff align=middle width="100%">
<table style="" cellSpacing=0 cellPadding=0 width="98%" align=center border=0>
<tbody>
<tr>
<td style="WORD-WRAP: break-word">
<p align=center>
<marquee style="WIDTH: 492px; HEIGHT: 69px" direction=right width=492 height=69>
<p align=center><font color=#00ffff size=7><strong>360圖書館歡迎您</strong></font> <br></p>
</marquee></p>
<p align=center><font face=華文彩云 color=#0000ff size=7><font style="FONT-SIZE: 120pt; FILTER: shadow(color=#000000); WIDTH: 100%; COLOR: #008080; LINE-HEIGHT: 100%; FONT-FAMILY: 華文行楷; HEIGHT: 149px">喜歡嗎</font></font> </p>
<strong><font color=#ffff00 size=5>
<p align=center><strong><font color=#00ffff><font color=#bdb76b size=5><strong></strong> </p>
<div style="FILTER: glow(color=#00ff00 strength=19); WIDTH: 93.88%; COLOR: white; HEIGHT: 55px"><font style="FONT-SIZE: 40pt; FONT-FAMILY: 華文新魏" color=#ffff66>
<div align=center><strong> 360圖書館歡迎您</strong></font></div>
</div>
</font></font></strong></font></strong></font><font face=華文彩云 color=#0000ff size=7><br>
<center><br>
<div style="FILTER: shadow(color=#778899, strength=60); WIDTH: 742px; HEIGHT: 217px">
<div><font style="FONT-WEIGHT: normal; FONT-SIZE: 70pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文彩云 color=#c0c0c0><strong>360圖書館歡迎您</strong></font></div>
</div>
</center>
<center> </center></font>
<p align=center><font face=華文彩云 color=#0000ff size=7>360圖書館歡迎您</font></p>
<p> </p>
<font face=華文彩云 color=#f0ffff size=7>
<div style="FONT-SIZE: 18pt; FILTER: shadow(color=black); WIDTH: 102.33%; COLOR: #00cc00; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云; HEIGHT: 105px">
<p align=center><strong><font face=隸書 color=#7fff00 size=7></font></strong> </p>
<p align=center><strong><font face=隸書 color=#7fff00 size=7>360圖書館歡迎您</font></strong></p>
</div>
<p> </p>
<p align=center>
<marquee style="WIDTH: 66.92%; HEIGHT: 68px" scrollAmount=3 behavior=alternate width="66.92%">
<p align=left>
<p align=center><font style="FONT-SIZE: 20pt; FILTER: shadow(color=#ffffff); WIDTH: 516px; COLOR: #ff6699; LINE-HEIGHT: 100%; FONT-FAMILY: 華文行楷; HEIGHT: 62px">
<div align=left>
<p> </p>
<div align=center>
<p> </p>
<p align=center><font color=#ff8c00></font> </p>
<p align=center><font color=#ff8c00> </font><font color=#0000ff size=7>360圖書館歡迎您</font></p>
<p align=center><font color=#ff8c00><font color=#a52a2a size=7></font></font> </p>
</div>
</font></div>
</marquee></p>
<center><font face=宋體 color=#00ffff size=2></font></center></font>
<div align=center>
<div style="FILTER: glow(color=#00ff00 strength=10); WIDTH: 70.38%; COLOR: white; HEIGHT: 57px">
<p align=center><font color=#ff00ff><font style="FONT-SIZE: 40pt; FONT-FAMILY: 華文行楷"><strong>360圖書館歡迎您</strong></font></font></p>
</div>
</div>
<p> </p>
<div align=center>
<p>
<marquee scrollAmount=2 direction=up behavior=alternate>
<center><font style="FONT-SIZE: 60pt; FILTER: shadow(color=#000000); WIDTH: 100%; COLOR: #d9ce9a; LINE-HEIGHT: 150%; FONT-FAMILY: 華文行楷" color=#a52a2a><strong>360圖書館歡迎您</strong></font></center></marquee></p>
<p>
<p> </p>
<p><br></p>
</div>
<div align=center>
<center>
<marquee style="WIDTH: 66.92%; HEIGHT: 36px" scrollAmount=3 behavior=alternate width="66.92%">
<p align=left>
<p align=center><font style="FONT-SIZE: 23pt; FILTER: shadow(color=#ffffff); WIDTH: 503px; COLOR: #8b0000; LINE-HEIGHT: 100%; FONT-FAMILY: 華文行楷; HEIGHT: 162px">
<div align=left>
<p> </p>
<div align=center>
<p> </p>
<p align=center><font color=#7fff00 size=7></font> </p>
<p align=center><font color=#7fff00 size=7>360圖書館歡迎您</font></p>
</div>
</font></div>
</font></marquee></center></div>
<center> <br></center>
<p align=center><a target=_top>
<p align=center></p>
<br>
<div style="FILTER: glow(color=#00ff00 strength=10); WIDTH: 100%; COLOR: white">
<div align=center><font color=#ff00ff><font style="FONT-SIZE: 40pt; FONT-FAMILY: 華文行楷"><strong>360圖書館歡迎您</strong></font></font></div>
</div>
<p> </p>
<p align=center></a>
<p align=center>
<p align=center>
<table cellSpacing=0 width=400 background=http://pugongyingw.51.net/image/xiantiao/d/14.gif border=0 cellpading="0">
<tbody>
<tr>
<td>
<p align=center><br> </p>
</td>
</tr>
</tbody>
</table>
</p>
<center>
<marquee scrollAmount=2 direction=down height=60>
<center><font style="FONT-SIZE: 55pt; FILTER: shadow(color=red); WIDTH: 100%; COLOR: #6f917d; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書"><strong>360圖書館歡迎您</strong></font></center></marquee>
<marquee scrollAmount=2 direction=up height=60>
<center><font style="FONT-SIZE: 55pt; FILTER: shadow(color=blue); WIDTH: 100%; COLOR: #6f917d; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書"><strong>360圖書館歡迎您</strong></font></center></marquee> </center>
<div align=center> </div>
<div align=center>
<marquee style="WIDTH: 640px; HEIGHT: 24px" scrollDelay=120 width=640 height=24>
<div align=center><font size=4> </font><font face=黑體 color=#0000ff size=5><strong>360圖書館歡迎您</strong></font></div>
</marquee></div>
</font></font>
<p align=center><font face=隸書 color=#f0ffff size=5><strong></strong></font> </p>
<div align=center> </div>
<div align=center> </div>
<div align=center>
<table style="WIDTH: 672px; HEIGHT: 198px" cellSpacing=8 borderColorDark=#3f0101 cellPadding=0 width=672 borderColorLight=#a50303 background=http://www.xxjy.net/UploadFile/2004-12/20041213143816655.jpg border=1>
<tbody>
<tr>
<td style="FILTER: chroma(color=#336699)">
<table style="WIDTH: 605px; HEIGHT: 83px" cellSpacing=0 cellPadding=0 align=center background=http://bener.51.net/img2/0011.gif>
<tbody>
<tr>
<td align=middle>
<p><font style="FONT-SIZE: 50pt" face=華文行楷 color=#0000ff><strong><em>360圖書館歡迎您</em></strong></font><font style="FONT-SIZE: 50pt" face=華文行楷 color=#336699><strong><em></p>
</em></strong></font></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div align=center> </div>
<div align=center> </div>
<div align=center> </div>
<div align=center>
<center>
<table cellSpacing=0 width=400 background=http://qslsc.2000y.net/112306/uploadpic/20041021154315693.gifborder=0 cellpading="0">
<tbody>
<tr>
<td>
<p align=center><span style="FONT-SIZE: 16pt; COLOR: yellow; LINE-HEIGHT: 200%; FONT-FAMILY: 宋體; mso-bidi-font-family: 宋體; mso-font-kerning: 0pt; mso-ascii-font-family: ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Times New Roman''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''; mso-hansi-font-family: ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Times New Roman''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''"><font style="FONT-SIZE: 55pt; FILTER: shadow(color=red); WIDTH: 95.95%; COLOR: #6f917d; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書; HEIGHT: 119px"><strong>360圖書館歡迎您</strong></font></p>
<p align=center>
<marquee scrollAmount=2 direction=up height=60>
<center><font style="FONT-SIZE: 55pt; FILTER: shadow(color=blue); WIDTH: 90.39%; COLOR: #6f917d; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書; HEIGHT: 222px">
<p>朋友你好</p>
<p>360圖書館歡迎您</p>
</font></center></marquee> </span></p>
</td>
</tr>
</tbody>
</table>
</center></div>
<p> </p>
<p> </p>
<p><span style="FONT-SIZE: 42pt; mso-ascii-font-family: ??; mso-hansi-font-family: ??; mso-bidi-font-size: 13.5pt"><strong><font color=#7fff00></font></strong></span> </p>
<span style="FONT-SIZE: 42pt; mso-ascii-font-family: ??; mso-hansi-font-family: ??; mso-bidi-font-size: 13.5pt"><strong><font color=#00008b>
<p align=center><font style="FONT-SIZE: 100pt; FILTER: shadow(color=lime#b0c4de); WIDTH: 39.13%; COLOR: green; LINE-HEIGHT: 150%; FONT-FAMILY: 華文行楷; HEIGHT: 128px"><strong><font size=5>360圖書館歡迎您</font></font><font style="FONT-SIZE: 40pt; FILTER: shadow(color=green); WIDTH: 100%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 宋體" size=4>360圖書館歡迎您</font></p>
<p align=center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=black); WIDTH: 71.27%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云; HEIGHT: 60px">360圖書館歡迎您</font></p>
<center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=#9370DB); WIDTH: 100%; COLOR: #ffebcd; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書">360圖書館歡迎您</font></center>
<p align=center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=#87CEFA, strength=50); WIDTH: 556px; HEIGHT: 203px"><font face=隸書 color=#1e90ff>
<center>360圖書館歡迎您</font></center>
<p align=center></font>
<p align=center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=#87CEFA, strength=50); WIDTH: 624px; HEIGHT: 123px"><font face=隸書 color=#1e90ff>
<center>360圖書館歡迎您</font></center></font>
<p> </p>
<br><br>
<div align=center>
<div style="FONT-SIZE: 24pt; FILTER: shadow(color=#c299ff, strength=60); WIDTH: 286px; HEIGHT: 102px">
<p style="FONT-SIZE: 18pt" align=center><font style="FONT-WEIGHT: normal; FONT-SIZE: 150pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文彩云 color=#f709c7 size=5><strong><font size=6>360圖書館歡迎您</font></strong></font></p>
</div>
</div>
<p>
<p><font style="FONT-SIZE: 40pt; FILTER: shadow(color=green); WIDTH: 100%; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云"></p>
<p>
<p align=center>360圖書館歡迎您</p>
</font>
<p> </p>
<p> </p>
<p></strong><font style="FONT-SIZE: 55pt; FILTER: shadow(color=apar); WIDTH: 100%; COLOR: #00ff00; LINE-HEIGHT: 100%" face=漢鼎繁隨意 size=6>
<p align=center>360圖書館歡迎您</p>
<p align=center></font></p>
<p> </p>
<p> </p>
<center><font style="FONT-WEIGHT: normal; FONT-SIZE: 60pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文行楷 color=red></strong><strong>360圖書館歡迎您</strong></strong></font></center>
<p align=center>
<marquee style="WIDTH: 408px; HEIGHT: 50px" width=408 height=50>
<div align=left><font face=隸書 color=#ff0000 size=7>360圖書館歡迎您</font></div>
</marquee></p>
<p align=center>
<marquee style="WIDTH: 406px; HEIGHT: 50px" direction=right width=406 height=50>
<div align=left><font face=隸書 color=#ff0000 size=7>360圖書館歡迎您</font></div>
</marquee></p>
<p align=center><font style="FONT-WEIGHT: bolder; FONT-SIZE: 70px; FILTER: blur(add=1, direction=45,strength=10); WIDTH: 604px; POSITION: relative; HEIGHT: 262px" color=#3333cc>
<div align=center>
<p> </p>
<div align=center>
<p>360圖書館歡迎您</p>
</div>
</font></div>
<p align=center></caption><br></caption></p>
<p> </p>
<div></div>
</strong>
<p align=center><font style="FONT-SIZE: 55pt; FILTER: shadow(color=#AF0530); WIDTH: 100%; COLOR: #f90b46; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書; HEIGHT: 136px">
<div align=left>
<p> </p>
<div align=center>
<p align=center>360圖書館歡迎您</p>
</div>
</font></div>
<p align=center>
<table cellSpacing=0 cellPadding=0 align=center background=http://xz7.2000y.net/admin/uploadpic/20045493855518.gif>
<tbody>
<tr>
<td>
<table cellSpacing=0 cellPadding=0 align=center background=http://xz7.2000y.net/admin/uploadpic/2004797435571.gif>
<tbody>
<tr>
<td style="FILTER: chroma(color=#336699)">
<table align=center bgColor=black>
<tbody>
<tr>
<td align=middle>
<p><font style="FONT-SIZE: 60pt" face=華文楷體 color=#336699><strong>360圖書館歡迎您</strong></font></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</p>
<p align=center><strong>360圖書館歡迎您</strong><br><br>
<marquee scrollAmount=2 direction=down height=60>
<p align=center>360圖書館歡迎您<br></p>
<center><font face=華文彩云 size=6><strong><font color=#0000ff> 360圖書館歡迎您</font></font></center></strong></marquee><br></p>
<center>
<center><br>
<marquee scrollAmount=2 direction=up height=60>
<p align=center>360圖書館歡迎您<br></p>
<center><font face=華文彩云 color=#0000ff size=6><strong>360圖書館歡迎您</strong></font></center></marquee></center></center>
<p> </p>
<div align=center>
<marquee style="WIDTH: 565px; HEIGHT: 48px" width=565 height=48>
<p align=center><font face=楷體_GB2312 color=#daa520 size=7><strong>360圖書館歡迎您</strong></font></p>
</marquee><font size=7><font face=華文彩云><font color=#ffa500><br></div>
<div align=center>
<marquee style="WIDTH: 480px; HEIGHT: 117px" scrollAmount=2 direction=down height=117><br>
<center><font face=華文彩云 color=#00bff size=6><strong><font color=#006400> </font><font color=#ffa500 size=7>360圖書館歡迎您</font></strong></font></center></marquee></div>
<div align=center> </div>
<div align=center><br>
<p align=center>
<marquee scrollAmount=1 direction=up height=50>
<center><font style="FONT-SIZE: 25pt; FILTER: shadow(color=#FF8C00); WIDTH: 440px; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云"><strong>360圖書館歡迎您</strong></font></center></marquee></p>
</div>
<p></font></font></font><font face=華文彩云 size=7></font> </p>
</strong></font></strong></span></td>
</tr>
</tbody>
</table>
<center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=green); WIDTH: 100%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 宋體" size=4>360圖書館歡迎您</font></center>
<p align=center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=black); WIDTH: 90.35%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云; HEIGHT: 94px"><strong>360圖書館歡迎您</strong></font></p>
<center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=#9370DB); WIDTH: 100%; COLOR: #ffebcd; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書">360圖書館歡迎您</font></center>
<p align=center><font style="FONT-SIZE: 40pt; FILTER: shadow(color=#87CEFA, strength=50); WIDTH: 462px; HEIGHT: 51px"><font face=隸書 color=#1e90ff>
<center><strong>360圖書館歡迎您</strong></font></center></font><br><br><br><br><br><br><br>
<div align=center>
<div style="FILTER: shadow(color=#c299ff, strength=60); WIDTH: 570px; HEIGHT: 267px">
<p align=center><font style="FONT-WEIGHT: normal; FONT-SIZE: 150pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文彩云 color=#f709c7>360圖書館歡迎您</font></p>
</div>
</div>
<p>
<p><font style="FONT-SIZE: 40pt; FILTER: shadow(color=green); WIDTH: 100%; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云"></p>
<p>
<p align=center><strong>想用就拿去</strong></p>
</font>
<p> </p>
<p> </p>
<p></strong><font style="FONT-SIZE: 55pt; FILTER: shadow(color=apar); WIDTH: 100%; COLOR: #00ff00; LINE-HEIGHT: 100%" face=漢鼎繁隨意 size=6>
<p align=center>360圖書館歡迎您</p>
</font>
<p> </p>
<p> </p>
<center><font style="FONT-WEIGHT: normal; FONT-SIZE: 60pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文行楷 color=red></strong>360圖書館歡迎您</strong></font></center>
<p align=center>
<marquee style="WIDTH: 443px; HEIGHT: 40px" width=443 height=40><font face=隸書 color=#ff0000 size=7>
<p align=center><font color=#8a2be2 size=5><strong>360圖書館歡迎您!</strong></font></p>
</font></marquee></p>
<p align=center>
<marquee style="WIDTH: 533px; HEIGHT: 50px" direction=right width=533 height=50>
<div align=center><font face=隸書 color=#ff0000 size=7>360圖書館歡迎您</font></div>
</marquee></p>
<p align=center><font style="FONT-WEIGHT: bolder; FONT-SIZE: 70px; FILTER: blur(add=1, direction=45,strength=10); WIDTH: 552px; POSITION: relative; HEIGHT: 361px" color=#3333cc>
<p align=center> </p>
<div align=center>
<p>360圖書館歡迎您</p>
<p>歡迎您</p>
</div>
</font>
<p> </p>
</caption>
<p align=center><br> </p>
<div></div>
<p> </p>
<div style="FILTER: glow(color=#E4DC9B, strength=5); WIDTH: 700px"><font style="FONT-WEIGHT: normal; FONT-SIZE: 68pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文行楷 color=#e31c1b size=3>360圖書館歡迎您</font></div>
<p align=center>
<p align=center><font color=#ff0000><font face=verdana></font></p>
</font>
<p><font style="FONT-SIZE: 72pt; FILTER: shadow(color=#DA70D6); WIDTH: 100%; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 方正舒體" size=3><strong>360圖書館歡迎您</strong></font><br></caption></p>
<p> </p>
<div></div>
</strong>
<p align=center><font style="FONT-SIZE: 55pt; FILTER: shadow(color=#AF0530); WIDTH: 100%; COLOR: #f90b46; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書; HEIGHT: 94px">
<div align=left>
<p> </p>
<div align=center>
<p align=center><strong>360圖書館歡迎您</strong></p>
<p align=center>360圖書館歡迎您</p>
</div>
</font></div>
<table cellSpacing=0 cellPadding=0 align=center background=http://xz7.2000y.net/admin/uploadpic/20045493855518.gif>
<tbody>
<tr>
<td>
<table cellSpacing=0 cellPadding=0 align=center background=http://xz7.2000y.net/admin/uploadpic/2004797435571.gif>
<tbody>
<tr>
<td style="FILTER: chroma(color=#336699)">
<table align=center bgColor=black>
<tbody>
<tr>
<td align=middle>
<p><font style="FONT-SIZE: 60pt" face=華文楷體 color=#336699><strong>360圖書館歡迎您</strong></font></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p><font style="FONT-SIZE: 60pt; FILTER: glow(color=black); WIDTH: 100%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 楷體_GB2312">
<p> </p>
<p align=center><strong>360圖書館歡迎您</strong></p>
</font><br>
<p> </p>
<p><br><br>
<marquee scrollAmount=2 direction=down height=60><br>
<center><font face=華文彩云 size=6><strong><font color=#0000ff> 360圖書館歡迎您</font></font></center></strong></marquee><br></p>
<center>
<center><br>
<marquee scrollAmount=2 direction=up height=60><br>
<center><font face=華文彩云 color=#0000ff size=6><strong>360圖書館歡迎您</strong></font></center></marquee></center></center>
<p> </p>
<p> </p>
<div align=center>
<marquee style="WIDTH: 557px; HEIGHT: 48px" width=557 height=48>
<div align=center><em><font face=楷體_GB2312 color=#daa520 size=7><strong>360圖書館歡迎您</strong></font></em></div>
</marquee></div>
<div align=center> </div>
<font size=7><font face=華文彩云><font color=#ffa500>
<div align=center><br></div>
<div align=center>
<marquee style="WIDTH: 480px; HEIGHT: 117px" scrollAmount=2 direction=down height=117><br>
<center><font face=華文彩云 color=#00bff size=6><strong><font color=#006400> </font><font color=#ffa500 size=7>360圖書館歡迎您</font></strong></font></center></marquee></div>
<div align=center> </div>
<div align=center><br>
<p align=center>
<marquee scrollAmount=1 direction=up height=50>
<center><font style="FONT-SIZE: 25pt; FILTER: shadow(color=#FF8C00); WIDTH: 440px; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云"><strong>360圖書館歡迎您</strong></font></center></marquee></p>
</div>
<p> </p>
<p></font></font></font> </p>
</td>
</tr>
</tbody>
</table>
<strong><font style="FONT-SIZE: 30pt; FILTER: shadow(color=green); WIDTH: 100%; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 華文彩云" size=3>
<p align=center><strong>360圖書館歡迎您</strong></p>
</font>
<p align=center><font style="FONT-SIZE: 70pt; FILTER: shadow(color=#ffd700, strength=50); WIDTH: 738px; HEIGHT: 341px"><font face=隸書 color=#ff8c00>
<center><strong>360圖書館歡迎您</strong></center>
<p></font></font></p>
<div></div>
<p> </p>
<p> </p>
<p>
<p align=center>
<table style="WIDTH: 745px; HEIGHT: 231px" cellSpacing=0 cellPadding=0 align=center background=http://www.fshome.com.cn/bbs/UploadFile/200551319273660746.gif>
<tbody>
<tr>
<td style="FILTER: chroma(color=#336699)">
<table style="WIDTH: 750px; HEIGHT: 208px" cellSpacing=0 cellPadding=0 width=750 align=center background=http://www.fshome.com.cn/bbs/UploadFile/200551319272463012.jpg>
<tbody>
<tr>
<td align=middle><font style="FONT-SIZE: 60pt" face=華文行楷 color=#336699><strong><em>360圖書館歡迎您<br></em></strong></font></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</p>
<p align=center><font color=#c4b77d><br> </font>
<div align=center> <font color=#ff0000>
<p align=center><span id=theText style="FILTER: Glow(Color=d3d3be, Strength=8); WIDTH: 100%"><strong><font style="FONT-SIZE: 72pt" face=華文行楷 size=48>360圖書館歡迎您</font><font face=verdana size=48><br></font></strong></span></font><font color=#ff0000><font face=verdana size=48><font color=#c4b77d><br> <font style="FONT-SIZE: 60pt; FILTER: shadow(color=#FF0000); WIDTH: 100%; COLOR: white; LINE-HEIGHT: 130%; FONT-FAMILY: 華文行楷">360圖書館歡迎您</font> </p>
</div>
<div align=center>
<div align=center></div>
<br>
<div style="FILTER: glow(color=#E4DC9B, strength=5); WIDTH: 764px; HEIGHT: 222px"><font style="FONT-WEIGHT: normal; FONT-SIZE: 68pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal" face=華文行楷 color=#e31c1b>360圖書館歡迎您</font></div>
<p> </p>
<p>
<p><span style="FONT-SIZE: 22pt; COLOR: yellow; FONT-FAMILY: 宋體; mso-ascii-font-family: ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Times New Roman''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''; mso-hansi-font-family: ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Times New Roman''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''; mso-bidi-font-size: 14.0pt"><span lang=EN-US style="FONT-SIZE: 22pt"><o:p></p>
<p align=center> </p>
<p><font style="FONT-SIZE: 80pt; WIDTH: 92.99%; COLOR: #000000; LINE-HEIGHT: 150%; FONT-FAMILY: 黑體; HEIGHT: 160px"><strong><em>360圖書館歡迎您</em></strong></font></p>
<p><font color=#ffff00 size=7></font> </p>
<p align=center><a onfocus=this.blur() target=_blank><font size=6></font>
<table style="WIDTH: 524px; HEIGHT: 69px" cellSpacing=0 cellPadding=0 background=http://bbsimg.qq.com/2005/11/19/006/268.gif>
<tbody>
<tr>
<td align=middle>
<p align=center><font size=6></font>
<p align=center><font style="FONT-SIZE: 30pt; FILTER: shadow(color=330000
,direction=180); WIDTH: 451px; COLOR: #ff0000; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書; HEIGHT: 55px"></p>
<div><font size=6>360圖書館歡迎您<br><font color=#7fff00><br>想用就拿去</font></font></div>
<p align=center></p>
</font></td>
</tr>
</tbody>
</table>
</a></p>
<p align=center>
<table style="WIDTH: 430px; HEIGHT: 70px" cellSpacing=0 cellPadding=0 background=http://bbsimg.qq.com/2005/11/19/006/389.gif>
<tbody>
<tr>
<td>
<p align=center><font face=華文隸書 color=#ff1493 size=6><strong>想用就拿去</strong></font></p>
</td>
</tr>
</tbody>
</table>
</p>
<p align=center>
<table style="WIDTH: 433px; HEIGHT: 70px" cellSpacing=0 cellPadding=0 background=http://bbsimg.qq.com/2005/11/19/006/313.gif>
<tbody>
<tr>
<td align=middle>
<p align=center>
<p align=center><font style="FONT-SIZE: 30pt; FILTER: shadow(color=330000
,direction=180); WIDTH: 433px; COLOR: #ff0000; LINE-HEIGHT: 150%; FONT-FAMILY: 隸書; HEIGHT: 60px">
<div align=center><font color=#da70d6 size=6>360圖書館歡迎您<br><strong><font face=華文隸書 color=#ff1493><br>想用就拿去</font></strong></font></div>
</font></td>
</tr>
</tbody>
</table>
</p>
<p align=center></p>
<p align=center>
<table cellSpacing=0 cellPadding=10 width="85%" align=center border=0 ackground="http://www.spiritisup.com/brbkgd2.jpg">
<tbody>
<tr>
<td>
<center>
<p align=center><em><font face=華文彩云 color=#7fff00 size=7><img height=183 src="http://userimage2.360doc.com/10/0831/12/2904667_201008311242110416.gif" width=520 align=right border=0></font></em></p>
</center></td>
</tr>
</tbody>
</table>
</p>
<p> </p>
<p align=center> </p>
</o:p></span></span></font></font></font></div>
</strong></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>