xielong 07-11-22 13:09
★音画讲堂之简单的HTML代码制作(一)文字篇
[color=#ff0000][u][size=6]HTML代码实际应用讲解(入门)
[/size]为了更好的学习编辑代码,应在自已电脑的硬盘中建一个学代码的文件夹,内放若干记事本,作编辑和保存代码用。初学者要在键盘上直接输入代码语句有些困难,可以把下面这些常用代码复制在记事本上,方便需要时取用
一张完整的HTML帖子应该具备:背景+文章+插图+音乐
[/u][size=4]一:背景[/size]
原代码如下:
<TABLE align=center background="背景图片网址" border=10 cellSpacing=2 borderColor=#841A00 width=500><TBODY><TR><TD>
帖子的内容(文章+插图+音乐)
</TD></TR></TBODY></TABLE>
[/color][color=blue]
注意:前边用了多少<table......><tr><td>后面就要有多少</td></tr></table>收尾。多收和少收都会使帖子出错哦
[/color]
[color=#696969]
常用的参数设定及注解:
<table width="400" border="10" cellspacing="2" cellpadding="2" align="CENTER" valign="TOP" background="图片网址" bgcolor="#0000FF" bordercolor="#CF0000" bordercolorlight="#00FF00" bordercolordark="#00FFFF">
width="400" 表格宽度,接受绝对值(如 500)及相对值(如 80%)
border="10" 表格边框的厚度
cellspacing="2" 表格格线的厚度
cellPadding=5 表格格线内厚度
align="CENTER" 表格的摆放位置(水平),可选值为:左: left, 右: right,居中: center
valign="TOP" 表格内内容的对齐方式(垂直)
可选值为: top, middle, bottom。
background="背景图片网址" 表格的背景图片,与 bgcolor 不要同用。
bgcolor="#0000FF" 表格的底色,与 background 不要同用
bordercolor="#CF0000" 表格边框颜色
bordercolorlight="#00FF00" 表格边框向光部分的颜色
bordercolordark="#00FFFF" 表格边框背光部分的颜色,使用 bordercolorlight 或bordercolordark 时 bordercolor 将会失效。
[/color]
[color=red][size=4]举例:[/size]
代码如下:
<TABLE align=center background="http://www.mtlc.cn/bbs/attachments/pw/Mon_0611/68_6160_a5fb6e6a07df808.jpg" border=10 cellSpacing=12 borderColor=#841A00 width=500 height=200><TBODY><TR><TD>
<P align=center><FONT color=ff0000 face=华文行楷 size=10>xielong欢迎你! </FONT></P>
</TD></TR></TBODY></TABLE>[/color]
[color=red][/color]
[color=red][/color]
[color=red][/color]
[color=red][font=宋体][size=5]文字二:文字基本设置
[/size][/font][font=宋体][size=3]基本代码如下:
<P align=center><FONT color=#ff0000 face=华文行楷 size=4>插入文字</FONT></P>
[/size][/font][font=宋体][size=3][color=#696969]文字
说明:
<P align=center> 文字在帖子中的位置.
center表示居中,left表示居左,right表示居右。
face=华文行楷 face=字体[/color][/size][/font][size=3][font=宋体][color=#000000]
[/color][color=red]常用汉字代码:[/color]
[/font][/size][color=blue]
[font=宋体][size=3]宋体 黑体 楷体_GB2312 仿宋_GB2312 新宋体 幼圆 隶书
方正舒体 华文新魏 华文行楷 华文细黑 华文彩云 方正姚体
size=字体大小 数值越大文字就越大
color=#ff0000 color=颜色代码 [/size][/font][/color]
[size=3][font=宋体][color=red]颜色的代码:[/color]
[/font][/size][size=3][font=宋体][color=blue]黑色=000000 白色=ffffff 红色=ff0000 绿色=00ff00
蓝色=0000ff 黄色=fff000 青色=00ffff 紫色=ff00ff[/color]
[/font][/size][font=宋体][size=3][color=#ff0000]居中代码:
[/color][/size][/font][color=blue][font=宋体][size=3]<CENTER> 内容</CENTER>
<P align=LEFT>左对齐</P>
<P align=center>居中</P>
<P align=RIGHT>右对齐</P>
[color=red]文字设置代码:[/color]
[/size][/font][size=3][font=宋体][color=blue]<CENTER> <font style=font:20pt face=隶书 color=fff000>
输入内容</font></CENTER>
[/color]
[/font][/size][size=3][font=宋体][color=red]移动文字
基本代码:
<marquee direction=up behavior=scroll width=400 height=90 scrollamount=1><font color=red size=+2 face=华文新魏>插入文字</font></marquee>
[/color]
[/font][/size][size=3][font=宋体][color=#696969]说明:
direction=移动方向
可选值为向上(up) 向下(down) 向左(left) 向右(right)
behavior=移动方式
scroll 一圈一圈绕着走 slide 只走一次 behavior=alternate 来回走
width=宽度 height=高度 scrollamount=速度
上面的参数大家可以根据不同的情况自行调节。
举例:
代码如下:
<P align=center><FONT color=#ff0000 face=华文行楷 size=6>53520音乐影视欢迎您!</FONT></P>
[/color]
[color=blue]实际显示如下:文字基本设置[/color]
[/font][/size][size=3][font=宋体][color=red]<P align=center><marquee direction=up behavior=scroll width=450 height=100 scrollamount=2><font color=red size=6 face=华文行楷>xielong欢迎您!</font></marquee>
[/color]
[color=blue]实际显示如下:文字移动效果(向上)[/color]
[color=red]<P align=center><marquee direction=left behavior=scroll width=450 height=100 scrollamount=2><font color=red size=6 face=华文行楷>xielong欢迎您!</font></marquee>[/color]
[color=blue]实际显示如下:文字移动效果(向左)[/color]
[color=red]<P align=center><marquee direction=right behavior=scroll width=450 height=100 scrollamount=2><font color=red size=6 face=华文行楷>xielong欢迎您!</font></marquee>[/color]
[color=blue]实际显示如下:文字移动效果(向右)[/color]
[color=red]<P align=center><marquee direction=right behavior=alternate width=450 height=100 scrollamount=2><font color=red size=6 face=华文行楷>xielong欢迎您!</font></marquee>[/color]
[/font][/size][color=blue][font=宋体][size=3]实际显示如下:文字移动效果(来回走)[/size][/font]
[/color]
[/color]
[/color]
[[i] 本帖最后由 xielong 于 2007-11-22 13:27 编辑 [/i]]
xielong 07-11-22 13:13
</span><br><br>
<div style="font-size: 12px"><p align="center"><font size="4"><font color="Orange">颜色实例效果选择表</font></font></p><BR><BR><BR>
<DIV align=center><TABLE borderColor=#deb887 cellSpacing=0 width=620 border=10><TBODY><TR><TD width=610 height=60><TABLE cellSpacing=0 cellPadding=0 width="91%" border=0><TBODY><TR><TD vAlign=top height=34><TABLE cellSpacing=0 cellPadding=0 width="93%" border=0><TBODY><TR><TD vAlign=top width=596 height="60%"><TABLE cellSpacing=0 cellPadding=0 width="90%" align=center border=0><TBODY><TR><TD><DIV align=center><DIV align=center><CENTER><TABLE height=765 width=612 border=0><TBODY><TR><TD width=148 height=37><SELECT onchange=document.bgColor=this.options[this.selectedIndex].value size=1 name=color><OPTION value=feffeb>选择背景色和相应代码</OPTION> <OPTION value=d2ddff>淡紫蓝d2ddff</OPTION> <OPTION value=feffc6>淡金黄feffc6</OPTION><OPTION value=feefc7>太阳黄feefc7</OPTION> <OPTION value=wheat>小麦黄wheat</OPTION> <OPTION value=ffd2c6>淡红橘ffd2c6</OPTION> <OPTION value=c7fed8>苹果绿c7fed8</OPTION> <OPTION value=ivory>象牙白ivory</OPTION><OPTION value=bisque>海鲜色bisque</OPTION> <OPTION value=snow>飘雪白snow</OPTION> <OPTION value=papayawhip>木瓜色</OPTION> <OPTION value=beige>浅褐色beige</OPTION> <OPTION value=azure>碧空色azure</OPTION><OPTION value=aquamarine>碧绿色aquamarine</OPTION> <OPTION value=FF0000>红色FF0000</OPTION> <OPTION value=00FF00>绿色00FF00</OPTION><OPTION value=0000FF>蓝色0000FF</OPTION> <OPTION value=000000>黑色000000</OPTION> <OPTION value=FFFFFF selected>白色FFFFFF</OPTION> <OPTION value=ff00aa>00ff44</OPTION> <OPTION value=ffaa00>ffaa00</OPTION> <OPTION value=00ff44>00ff44</OPTION> <OPTION value=00ffgg>00ffgg</OPTION> <OPTION value=00ddff>00ddff</OPTION> <OPTION value=3344ff>3344ff</OPTION> <OPTION value=f44444>f44444</OPTION> <OPTION value=ffeeaa>ffeeaa</OPTION> <OPTION value=gg3456>gg3456</OPTION> <OPTION value=eeffee>eeffaa</OPTION> <OPTION value=ee0033>ee0033</OPTION> <OPTION value=00ee44>00ee44</OPTION> <OPTION value=3300gg>3300gg</OPTION> <OPTION value=cc0044>cc0044</OPTION> <OPTION value=00ee00>00ee00</OPTION> <OPTION value=0044gg>0044gg</OPTION> <OPTION value=bb77cc>bb77cc</OPTION> <OPTION value=dd33aa>dd33aa</OPTION> <OPTION value=3333gg>3333gg</OPTION> <OPTION value=123456>123456</OPTION></SELECT> </TD></TR><TR><TH width=60 bgColor=#f0ffff height=60><FONT color=black>#f0ffff</FONT></TH><TH width=60 bgColor=aqua height=60><FONT color=black>#00ffff</FONT></TH><TH width=60 bgColor=aquamarine height=60><FONT color=black>#7fffd4</FONT></TH><TH width=139 bgColor=antiquewhite height=60><FONT color=black>#faebd7</FONT></TH></TR><TR><TD width=60 bgColor=beige height=60><P align=center><B><FONT color=black>#f5f5dc</FONT></B></P></TD><TD width=60 bgColor=bisque height=60><P align=center><B><FONT color=black>#ffe4c4</FONT></B></P></TD><TD width=60 bgColor=#a0ce00 height=60><P align=center><B><FONT color=black>#a0ce00</FONT></B></P></TD><TD width=139 bgColor=#ffebcd height=60><P align=center><B><FONT color=black>#ffebcd</FONT></B></P></TD></TR><TR><TD width=60 bgColor=black height=60><P align=center><B><FONT color=#ffffff>#000000</FONT></B></P></TD><TD width=60 bgColor=burlywood height=60><P align=center><B><FONT color=black>#deb887</FONT></B></P></TD><TD width=60 bgColor=blueviolet height=60><P align=center><B><FONT color=black>#8a2be2</FONT></B></P></TD><TD width=139 bgColor=#6495ed height=60><P align=center><B><FONT color=black>#6495ed</FONT></B></P></TD></TR><TR><TD width=60 bgColor=blue height=60><P align=center><B><FONT color=black>#0000ff</FONT></B></P></TD><TD width=60 bgColor=cadetblue height=60><P align=center><B><FONT color=black>#5f9ea0</FONT></B></P></TD><TD width=60 bgColor=chartreuse height=60><P align=center><B><FONT color=black>#7fff00</FONT></B></P></TD><TD width=139 bgColor=#8fbc8f height=60><P align=center><B><FONT color=black>#8fbc8f</FONT></B></P></TD></TR><TR><TD width=60 bgColor=brown height=60><P align=center><B><FONT color=black>#a52a2a</FONT></B></P></TD><TD width=60 bgColor=cornsilk height=60><P align=center><B><FONT color=black>#fff8dc</FONT></B></P></TD><TD width=60 bgColor=crimson height=60><P align=center><B><FONT color=black>#dc143c</FONT></B></P></TD><TD width=139 bgColor=#556b2f height=60><P align=center><B><FONT color=black>#556b2f</FONT></B></P></TD></TR><TR><TD width=60 bgColor=cyan height=60><P align=center><B><FONT color=black>#00ffff</FONT></B></P></TD><TD width=60 bgColor=#e9967a height=60><P align=center><B><FONT color=black>#e9967a</FONT></B></P></TD><TD width=60 bgColor=#008b8b height=60><P align=center><B><FONT color=black>#008b8b</FONT></B></P></TD><TD width=139 bgColor=#b8860b height=60><P align=center><B><FONT color=black>#b8860b</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#a9a9a9 height=60><P align=center><B><FONT color=black>#a9a9a9</FONT></B></P></TD><TD width=60 bgColor=#006400 height=60><P align=center><B><FONT color=black>#006400</FONT></B></P></TD><TD width=60 bgColor=#bdb76b height=60><P align=center><B><FONT color=black>#bdb76b</FONT></B></P></TD><TD width=139 bgColor=#8b008b height=60><P align=center><B><FONT color=black>#8b008b</FONT></B></P></TD></TR><TR><TD width=60 bgColor=coral height=60><P align=center><B><FONT color=black>#ff7f50</FONT></B></P></TD><TD width=60 bgColor=#ff8c00 height=60><P align=center><B><FONT color=black>#ff8c00</FONT></B></P></TD><TD width=60 bgColor=#9932cc height=60><P align=center><B><FONT color=black>#9932cc</FONT></B></P></TD><TD width=139 bgColor=#483d8b height=60><P align=center><B><FONT color=black>#483d8b</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#a0b0e0 height=60><P align=center><B><FONT color=black>#00008b</FONT></B></P></TD><TD width=158 bgColor=chocolate><P align=center><B><FONT color=black>#d2691e</FONT></B></P></TD><TD width=157 bgColor=#8b0000><P align=center><B><FONT color=black>#8b0000</FONT></B></P></TD><TD width=139 bgColor=#2f4f4f><P align=center><B><FONT color=black>#2f4f4f</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#ff69b4 height=60><P align=center><B><FONT color=black>#ff69b4</FONT></B></P></TD><TD width=60 bgColor=#ff1493 height=60><P align=center><B><FONT color=black>#ff1493</FONT></B></P></TD><TD width=60 bgColor=#696969 height=60><P align=center><B><FONT color=black>#696969</FONT></B></P></TD><TD width=139 bgColor=#00ced1 height=60><P align=center><B><FONT color=black>#00ced1</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#4b0082 height=60><P align=center><B><FONT color=black>#4b0082</FONT></B></P></TD><TD width=60 bgColor=#b22222 height=60><P align=center><B><FONT color=black>#b22222</FONT></B></P></TD><TD width=60 bgColor=#00bfff height=60><P align=center><B><FONT color=black>#00bfff</FONT></B></P></TD><TD width=139 bgColor=#fffaf0 height=60><P align=center><B><FONT color=black>#fffaf0</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#ff0ff height=60><P align=center><B><FONT color=black>#ff00ff</FONT></B></P></TD><TD width=60 bgColor=#dcdcdc height=60><P align=center><B><FONT color=black>#dcdcdc</FONT></B></P></TD><TD width=60 bgColor=#f8f8ff height=60><P align=center><B><FONT color=black>#f8f8ff</FONT></B></P></TD><TD width=139 bgColor=#228b22 height=60><P align=center><B><FONT color=black>#228b22</FONT></B></P></TD></TR><TR><TD width=60 bgColor=gold height=60><P align=center><B><FONT color=black>#ffd700</FONT></B></P></TD><TD width=60 bgColor=#9400d3 height=60><P align=center><B><FONT color=black>#9400d3</FONT></B></P></TD><TD width=60 bgColor=#daa520 height=60><P align=center><B><FONT color=black>#daa520</FONT></B></P></TD><TD width=139 bgColor=#adff2f height=60><P align=center><B><FONT color=black>#adff2f</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#808080 height=60><P align=center><B><FONT color=black>#808080</FONT></B></P></TD><TD width=60 bgColor=#f0fff0 height=60><P align=center><B><FONT color=black>#f0fff0</FONT></B></P></TD><TD width=60 bgColor=#cd5c5c height=60><P align=center><B><FONT color=black>#cd5c5c</FONT></B></P></TD><TD width=139 bgColor=#fff0f5 height=60><P align=center><B><FONT color=black>#fffof5</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#008000 height=60><P align=center><B><FONT color=black>#008000</FONT></B></P></TD><TD width=60 bgColor=#1e90ff height=60><P align=center><B><FONT color=black>#1e90ff</FONT></B></P></TD><TD width=60 bgColor=#e6e6fa height=60><P align=center><B><FONT color=black>#e6e6fa</FONT></B></P></TD><TD width=139 bgColor=#fffacd height=60><P align=center><B><FONT color=black>#fffacd</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#fffff0 height=60><P align=center><B><FONT color=black>#fffff0</FONT></B></P></TD><TD width=60 bgColor=#e0ffff height=60><P align=center><B><FONT color=black>#e0ffff</FONT></B></P></TD><TD width=60 bgColor=#f08080 height=60><P align=center><B><FONT color=black>#f08080</FONT></B></P></TD><TD width=139 bgColor=#fafad2 height=60><P align=center><B><FONT color=black>#fafad2</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#f0e68c height=60><P align=center><B><FONT color=black>#f0e68c</FONT></B></P></TD><TD width=60 bgColor=#d3d3d3 height=60><P align=center><B><FONT color=black>#d3d3d3</FONT></B></P></TD><TD width=60 bgColor=#add8e6 height=60><P align=center><B><FONT color=black>#add8e6</FONT></B></P></TD><TD width=139 bgColor=#90ee90 height=60><P align=center><B><FONT color=black>#90ee90</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#00ff00 height=60><P align=center><B><FONT color=black>#00ff00</FONT></B></P></TD><TD width=158 bgColor=#ffb6c1><P align=center><B><FONT color=black>#ffb6c1</FONT></B></P></TD><TD width=157 bgColor=#ffa07a><P align=center><B><FONT color=black>#ffa07a</FONT></B></P></TD><TD width=139 bgColor=#20b2aa><P align=center><B><FONT color=black>#20b2aa</FONT></B></P></TD></TR><TR><TD width=60 bgColor=#ff00ff height=60><P align=center><B><FONT color=black>#ff00ff</FONT></B></P></TD><TD width=60 bgColor=#32cd32 height=60><P align=center><B><FONT color=black>#32cd32</FONT></B></P></TD><TD width=60 bgColor=#87cefa height=60><P align=center><B><FONT color=black>#87cefa</FONT></B></P></TD><TD width=139 bgColor=#778899 height=60><P align=center><B><FONT color=black>#778899</FONT></B></P></TD></TR><TR><TD width=60 bgColor=linen height=60><P align=center><B><FONT color=black>#faf0e6</FONT></B></P></TD><TD width=60 bgColor=#0000cd height=60><P align=center><B><FONT color=black>#0000cd</FONT></B></P></TD><TD width=60 bgColor=#ffffe0 height=60><P align=center><B><FONT color=black>#ffffe0</FONT></B></P></TD><TD width=139 bgColor=#b0c4de height=60><P align=center><B><FONT color=black>#b0c4de</FONT></B></P></TD></TR><TR><TD width=60 bgColor=maroon height=60><P align=center><B><FONT color=black>#800000</FONT></B></P></TD><TD width=60 bgColor=#f5fffa height=60><P align=center><B><FONT color=black>#f5fffa</FONT></B></P></TD><TD width=60 bgColor=#ba55d3 height=60><P align=center><B><FONT color=black>#ba55d3</FONT></B></P></TD><TD width=139 bgColor=#66cdaa height=60><P align=center><B><FONT color=black>#66cdaa</FONT></B></P></TD></TR><TR><TD width=60 bgColor=navy height=60><P align=center><B><FONT color=black>#000080</FONT></B></P></TD><TD width=60 bgColor=#fdf5e6 height=60><P align=center><B><FONT color=black>#fdf5e6</FONT></B></P></TD><TD width=60 bgColor=#9370db height=60><P align=center><B><FONT color=black>#9370db</FONT></B></P></TD><TD width=139 bgColor=#3cb371 height=60><P align=center><B><FONT color=black>#3cb371</FONT></B></P></TD></TR><TR><TD width=60 bgColor=olive height=60><P align=center><B><FONT color=black>#808000</FONT></B></P></TD><TD width=60 bgColor=#6b8e23 height=60><P align=center><B><FONT color=black>#6b8e23</FONT></B></P></TD><TD width=60 bgColor=#191970 height=60><P align=center><B><FONT color=#ffffff>#191970</FONT></B></P></TD><TD width=139 bgColor=#7b68ee height=60><P align=center><B><FONT color=black>#7b68ee</FONT></B></P></TD></TR><TR><TD width=60 bgColor=orange height=60><P align=center><B><FONT color=black>#ffa500</FONT></B></P></TD><TD width=60 bgColor=#ff4500 height=60><P align=center><B><FONT color=black>#ff4500</FONT></B></P></TD><TD width=60 bgColor=orchid height=60><P align=center><B><FONT color=black>#da70d6</FONT></B></P></TD><TD width=139 bgColor=#00fa9a height=60><P align=center><B><FONT color=black>#00fa9a</FONT></B></P></TD></TR><TR><TD width=60 bgColor=peru height=60><P align=center><B><FONT color=black>#cd853f</FONT></B></P></TD><TD width=60 bgColor=#98fb98 height=60><P align=center><B><FONT color=black>#98fb98</FONT></B></P></TD><TD width=60 bgColor=#ffefd5 height=60><P align=center><B><FONT color=black>#ffefd5</FONT></B></P></TD><TD width=139 bgColor=#48d1cc height=60><P align=center><B><FONT color=black>#48d1cc</FONT></B></P></TD></TR><TR><TD width=60 bgColor=pink height=60><P align=center><B><FONT color=black>#ffc0cb</FONT></B></P></TD><TD width=60 bgColor=#ffdab9 height=60><P align=center><B><FONT color=black>#ffdab9</FONT></B></P></TD><TD width=60 bgColor=#8b4513 height=60><P align=center><B><FONT color=black>#8b4513</FONT></B></P></TD><TD width=139 bgColor=#c71585 height=60><P align=center><B><FONT color=black>#c71585</FONT></B></P></TD></TR><TR><TD width=60 bgColor=plum height=60><P align=center><B><FONT color=black>#dda0dd</FONT></B></P></TD><TD width=60 bgColor=#b0e0e6 height=60><P align=center><B><FONT color=black>#b0e0e6</FONT></B></P></TD><TD width=60 bgColor=#f4a460 height=60><P align=center><B><FONT color=black>#f4a460</FONT></B></P></TD><TD width=139 bgColor=#eee8aa height=60><P align=center><B><FONT color=black>#eee8aa</FONT></B></P></TD></TR><TR><TD width=60 bgColor=purple height=60><P align=center><B><FONT color=black>#800080</FONT></B></P></TD><TD width=60 bgColor=#4169e1 height=60><P align=center><B><FONT color=black>#4169e1</FONT></B></P></TD><TD width=60 bgColor=#ffdead height=60><P align=center><B><FONT color=black>#ffdead</FONT></B></P></TD><TD width=139 bgColor=#afeeee height=60><P align=center><B><FONT color=black>#afeeee</FONT></B></P></TD></TR><TR><TD width=60 bgColor=red height=60><P align=center><B><FONT color=black>#ff0000</FONT></B></P></TD><TD width=60 bgColor=#bc8f8f height=60><P align=center><B><FONT color=black>#bc8f8f</FONT></B></P></TD><TD width=60 bgColor=salmon height=60><P align=center><B><FONT color=black>#a0522d</FONT></B></P></TD><TD width=139 bgColor=#2e8b57 height=60><P align=center><B><FONT color=black>#2e8b57</FONT></B></P></TD></TR><TR><TD width=60 bgColor=seashell height=60><P align=center><B><FONT color=black>#fff5ee</FONT></B></P></TD><TD width=60 bgColor=sienna height=60><P align=center><B><FONT color=black>#a0522d</FONT></B></P></TD><TD width=60 bgColor=silver height=60><P align=center><B><FONT color=black>#c0c0c0</FONT></B></P></TD><TD width=139 bgColor=skyblue height=60><P align=center><B><FONT color=black>#87ceeb</FONT></B></P></TD></TR><TR><TD width=60 bgColor=snow height=60><P align=center><B><FONT color=black>#fffafa</FONT></B></P></TD><TD width=60 bgColor=#6a5acd height=60><P align=center><B><FONT color=black>#6a5acd</FONT></B></P></TD><TD width=60 bgColor=#708090 height=60><P align=center><B><FONT color=black>#708090</FONT></B></P></TD><TD width=139 bgColor=#00ff7f height=60><P align=center><B><FONT color=black>#00ff7f</FONT></B></P></TD></TR><TR><TD width=60 bgColor=tan height=60><P align=center><B><FONT color=black>#d2b48c</FONT></B></P></TD><TD width=60 bgColor=teal height=60><P align=center><B><FONT color=black>#008080</FONT></B></P></TD><TD width=60 bgColor=thistle height=60><P align=center><B><FONT color=black>#d8bfd8</FONT></B></P></TD><TD width=139 bgColor=steelblue height=60><P align=center><B><FONT color=black>#4682b4</FONT></B></P></TD></TR><TR><TD width=60 bgColor=tomato height=60><P align=center><B><FONT color=black>#ff6347</FONT></B></P></TD><TD width=60 bgColor=turquoise height=60><P align=center><B><FONT color=black>#40e0d0</FONT></B></P></TD><TD width=60 bgColor=#f5f5f5 height=60><P align=center><B><FONT color=black>#f5f5f5</FONT></B></P></TD><TD width=139 bgColor=#9acd32 height=60><P align=center><B><FONT color=black>#9acd32</FONT></B></P></TD></TR><TR><TD width=60 bgColor=violet height=60><P align=center><B><FONT color=black>#ee82ee</FONT></B></P></TD><TD width=60 bgColor=wheat height=60><P align=center><B><FONT color=black>#f5deb3</FONT></B></P></TD><TD width=60 bgColor=white height=60><P align=center><B><FONT color=black>#ffffff</FONT></B></P></TD><TD width=139 bgColor=#ffff00 height=60><P align=center><B><FONT color=black>#ffff00</FONT></B></P></TD></TR></TBODY></TABLE></CENTER></DIV></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><BR><BR><BR><BR><BR>
<p align="center">
<b><font size="4"><font color="Orange">RGB色彩对照表:</font></font></b></p><BR><BR><BR><BR>
<DIV align=center><TABLE id=table1 cellSpacing=3 width="80%" border="9" bordercolor="#FFEBCD"><TBODY><TR><TD width=30 bgColor=#ffffff height=30> </TD><TD>#FFFFFF</TD><TD width=30 bgColor=#fffff0 height=30> </TD><TD>#FFFFF0</TD><TD width=30 bgColor=#ffffe0 height=30></TD><TD>#FFFFE0</TD><TD width=30 bgColor=#ffff00 height=30></TD><TD>#FFFF00</TD></TR><TR><TD width=30 bgColor=#fffafa height=30></TD><TD>#FFFAFA</TD><TD width=30 bgColor=#fffaf0 height=30></TD><TD>#FFFAF0</TD><TD width=30 bgColor=#fffacd height=30></TD><TD>#FFFACD</TD><TD width=30 bgColor=#fff8dc height=30></TD><TD>#FFF8DC</TD></TR><TR><TD width=30 bgColor=#fff68f height=30></TD><TD>#FFF68F</TD><TD width=30 bgColor=#fff5ee height=30></TD><TD>#FFF5EE</TD><TD width=30 bgColor=#fff0f5 height=30></TD><TD>#FFF0F5</TD><TD width=30 bgColor=#ffefdb height=30></TD><TD>#FFEFDB</TD></TR><TR><TD width=30 bgColor=#ffefd5 height=30></TD><TD>#FFEFD5</TD><TD width=30 bgColor=#ffec8b height=30></TD><TD>#FFEC8B</TD><TD width=30 bgColor=#ffebcd height=30></TD><TD>#FFEBCD</TD><TD width=30 bgColor=#ffe7ba height=30></TD><TD>#FFE7BA</TD></TR><TR><TD width=30 bgColor=#ffe4e1 height=30></TD><TD>#FFE4E1</TD><TD width=30 bgColor=#ffe4c4 height=30></TD><TD>#FFE4C4</TD><TD width=30 bgColor=#ffe4b5 height=30></TD><TD>#FFE4B5</TD><TD width=30 bgColor=#ffe1ff height=30></TD><TD>#FFE1FF</TD></TR><TR><TD width=30 bgColor=#ffdead height=30></TD><TD>#FFDEAD</TD><TD width=30 bgColor=#ffdab9 height=30></TD><TD>#FFDAB9</TD><TD width=30 bgColor=#ffd700 height=30></TD><TD>#FFD700</TD><TD width=30 bgColor=#ffd39b height=30></TD><TD>#FFD39B</TD></TR><TR><TD width=30 bgColor=#ffc1c1 height=30></TD><TD>#FFC1C1</TD><TD width=30 bgColor=#ffc125 height=30></TD><TD>#FFC125</TD><TD width=30 bgColor=#ffc0cb height=30></TD><TD>#FFC0CB</TD><TD width=30 bgColor=#ffbbff height=30></TD><TD>#FFBBFF</TD></TR><TR><TD width=30 bgColor=#ffb90f height=30></TD><TD>#FFB90F</TD><TD width=30 bgColor=#ffb6c1 height=30></TD><TD>#FFB6C1</TD><TD width=30 bgColor=#ffb5c5 height=30></TD><TD>#FFB5C5</TD><TD width=30 bgColor=#ffaeb9 height=30></TD><TD>#FFAEB9</TD></TR><TR><TD width=30 bgColor=#ffa54f height=30></TD><TD>#FFA54F</TD><TD width=30 bgColor=#ffa500 height=30></TD><TD>#FFA500</TD><TD width=30 bgColor=#ffa07a height=30></TD><TD>#FFA07A</TD><TD width=30 bgColor=#ff8c69 height=30></TD><TD>#FF8C69</TD></TR><TR><TD width=30 bgColor=#ff8c00 height=30></TD><TD>#FF8C00</TD><TD width=30 bgColor=#ff83fa height=30></TD><TD>#FF83FA</TD><TD width=30 bgColor=#ff82ab height=30></TD><TD>#FF82AB</TD><TD width=30 bgColor=#ff8247 height=30></TD><TD>#FF8247</TD></TR><TR><TD width=30 bgColor=#ff7f50 height=30></TD><TD>#FF7F50</TD><TD width=30 bgColor=#ff7f24 height=30></TD><TD>#FF7F24</TD><TD width=30 bgColor=#ff7f00 height=30></TD><TD>#FF7F00</TD><TD width=30 bgColor=#ff7256 height=30></TD><TD>#FF7256</TD></TR><TR><TD width=30 bgColor=#ff6eb4 height=30></TD><TD>#FF6EB4</TD><TD width=30 bgColor=#ff6a6a height=30></TD><TD>#FF6A6A</TD><TD width=30 bgColor=#ff69b4 height=30></TD><TD>#FF69B4</TD><TD width=30 bgColor=#ff6347 height=30></TD><TD>#FF6347</TD></TR><TR><TD width=30 bgColor=#ff4500 height=30></TD><TD>#FF4500</TD><TD width=30 bgColor=#ff4040 height=30></TD><TD>#FF4040</TD><TD width=30 bgColor=#ff3e96 height=30></TD><TD>#FF3E96</TD><TD width=30 bgColor=#ff34b3 height=30></TD><TD>#FF34B3</TD></TR><TR><TD width=30 bgColor=#ff3030 height=30></TD><TD>#FF3030</TD><TD width=30 bgColor=#ff1493 height=30></TD><TD>#FF1493</TD><TD width=30 bgColor=#ff00ff height=30></TD><TD>#FF00FF</TD><TD width=30 bgColor=#ff0000 height=30></TD><TD>#FF0000</TD></TR><TR><TD width=30 bgColor=#fdf5e6 height=30></TD><TD>#FDF5E6</TD><TD width=30 bgColor=#fcfcfc height=30></TD><TD>#FCFCFC</TD><TD width=30 bgColor=#fafafa height=30></TD><TD>#FAFAFA</TD><TD width=30 bgColor=#fafad2 height=30></TD><TD>#FAFAD2</TD></TR><TR><TD width=30 bgColor=#faf0e6 height=30></TD><TD>#FAF0E6</TD><TD width=30 bgColor=#faebd7 height=30></TD><TD>#FAEBD7</TD><TD width=30 bgColor=#fa8072 height=30></TD><TD>#FA8072</TD><TD width=30 bgColor=#f8f8ff height=30></TD><TD>#F8F8FF</TD></TR><TR><TD width=30 bgColor=#f7f7f7 height=30></TD><TD>#F7F7F7</TD><TD width=30 bgColor=#f5fffa height=30></TD><TD>#F5FFFA</TD><TD width=30 bgColor=#f5f5f5 height=30></TD><TD>#F5F5F5</TD><TD width=30 bgColor=#f5f5dc height=30></TD><TD>#F5F5DC</TD></TR><TR><TD width=30 bgColor=#f5deb3 height=30></TD><TD>#F5DEB3</TD><TD width=30 bgColor=#f4f4f4 height=30></TD><TD>#F4F4F4</TD><TD width=30 bgColor=#f4a460 height=30></TD><TD>#F4A460</TD><TD width=30 bgColor=#f2f2f2 height=30></TD><TD>#F2F2F2</TD></TR><TR><TD width=30 bgColor=#f0ffff height=30></TD><TD>#F0FFFF</TD><TD width=30 bgColor=#f0fff0 height=30></TD><TD>#F0FFF0</TD><TD width=30 bgColor=#f0f8ff height=30></TD><TD>#F0F8FF</TD><TD width=30 bgColor=#f0f0f0 height=30></TD><TD>#F0F0F0</TD></TR><TR><TD width=30 bgColor=#f0e68c height=30></TD><TD>#F0E68C</TD><TD width=30 bgColor=#f08080 height=30></TD><TD>#F08080</TD><TD width=30 bgColor=#eeeee0 height=30></TD><TD>#EEEEE0</TD><TD width=30 bgColor=#eeeed1 height=30></TD><TD>#EEEED1</TD></TR><TR><TD width=30 bgColor=#eeee00 height=30></TD><TD>#EEEE00</TD><TD width=30 bgColor=#eee9e9 height=30></TD><TD>#EEE9E9</TD><TD width=30 bgColor=#eee9bf height=30></TD><TD>#EEE9BF</TD><TD width=30 bgColor=#eee8cd height=30></TD><TD>#EEE8CD</TD></TR><TR><TD width=30 bgColor=#eee8aa height=30></TD><TD>#EEE8AA</TD><TD width=30 bgColor=#eee685 height=30></TD><TD>#EEE685</TD><TD width=30 bgColor=#eee5de height=30></TD><TD>#EEE5DE</TD><TD width=30 bgColor=#eee0e5 height=30></TD><TD>#EEE0E5</TD></TR><TR><TD width=30 bgColor=#eedfcc height=30></TD><TD>#EEDFCC</TD><TD width=30 bgColor=#eedc82 height=30></TD><TD>#EEDC82</TD><TD width=30 bgColor=#eed8ae height=30></TD><TD>#EED8AE</TD><TD width=30 bgColor=#eed5d2 height=30></TD><TD>#EED5D2</TD></TR><TR><TD width=30 bgColor=#eed5b7 height=30></TD><TD>#EED5B7</TD><TD width=30 bgColor=#eed2ee height=30></TD><TD>#EED2EE</TD><TD width=30 bgColor=#eecfa1 height=30></TD><TD>#EECFA1</TD><TD width=30 bgColor=#eecbad height=30></TD><TD>#EECBAD</TD></TR><TR><TD width=30 bgColor=#eec900 height=30></TD><TD>#EEC900</TD><TD width=30 bgColor=#eec591 height=30></TD><TD>#EEC591</TD><TD width=30 bgColor=#eeb4b4 height=30></TD><TD>#EEB4B4</TD><TD width=30 bgColor=#eeb422 height=30></TD><TD>#EEB422</TD></TR><TR><TD width=30 bgColor=#eeaeee height=30></TD><TD>#EEAEEE</TD><TD width=30 bgColor=#eead0e height=30></TD><TD>#EEAD0E</TD><TD width=30 bgColor=#eea9b8 height=30></TD><TD>#EEA9B8</TD><TD width=30 bgColor=#eea2ad height=30></TD><TD>#EEA2AD</TD></TR><TR><TD width=30 bgColor=#ee9a49 height=30></TD><TD>#EE9A49</TD><TD width=30 bgColor=#ee9a00 height=30></TD><TD>#EE9A00</TD><TD width=30 bgColor=#ee9572 height=30></TD><TD>#EE9572</TD><TD width=30 bgColor=#ee82ee height=30></TD><TD>#EE82EE</TD></TR><TR><TD width=30 bgColor=#ee8262 height=30></TD><TD>#EE8262</TD><TD width=30 bgColor=#ee7ae9 height=30></TD><TD>#EE7AE9</TD><TD width=30 bgColor=#ee799f height=30></TD><TD>#EE799F</TD><TD width=30 bgColor=#ee7942 height=30></TD><TD>#EE7942</TD></TR><TR><TD width=30 bgColor=#ee7621 height=30></TD><TD>#EE7621</TD><TD width=30 bgColor=#ee7600 height=30></TD><TD>#EE7600</TD><TD width=30 bgColor=#ee6aa7 height=30></TD><TD>#EE6AA7</TD><TD width=30 bgColor=#ee6a50 height=30></TD><TD>#EE6A50</TD></TR><TR><TD width=30 bgColor=#ee6363 height=30></TD><TD>#EE6363</TD><TD width=30 bgColor=#ee5c42 height=30></TD><TD>#EE5C42</TD><TD width=30 bgColor=#ee4000 height=30></TD><TD>#EE4000</TD><TD width=30 bgColor=#ee3b3b height=30></TD><TD>#EE3B3B</TD></TR><TR><TD width=30 bgColor=#ee3a8c height=30></TD><TD>#EE3A8C</TD><TD width=30 bgColor=#ee30a7 height=30></TD><TD>#EE30A7</TD><TD width=30 bgColor=#ee2c2c height=30></TD><TD>#EE2C2C</TD><TD width=30 bgColor=#ee1289 height=30></TD><TD>#EE1289</TD></TR><TR><TD width=30 bgColor=#ee00ee height=30></TD><TD>#EE00EE</TD><TD width=30 bgColor=#ee0000 height=30></TD><TD>#EE0000</TD><TD width=30 bgColor=#ededed height=30></TD><TD>#EDEDED</TD><TD width=30 bgColor=#ebebeb height=30></TD><TD>#EBEBEB</TD></TR><TR><TD width=30 bgColor=#eaeaea height=30></TD><TD>#EAEAEA</TD><TD width=30 bgColor=#e9967a height=30></TD><TD>#E9967A</TD><TD width=30 bgColor=#e8e8e8 height=30></TD><TD>#E8E8E8</TD><TD width=30 bgColor=#e6e6fa height=30></TD><TD>#E6E6FA</TD></TR><TR><TD width=30 bgColor=#e5e5e5 height=30></TD><TD>#E5E5E5</TD><TD width=30 bgColor=#e3e3e3 height=30></TD><TD>#E3E3E3</TD><TD width=30 bgColor=#e0ffff height=30></TD><TD>#E0FFFF</TD><TD width=30 bgColor=#e0eeee height=30></TD><TD>#E0EEEE</TD></TR><TR><TD width=30 bgColor=#e0eee0 height=30></TD><TD>#E0EEE0</TD><TD width=30 bgColor=#e0e0e0 height=30></TD><TD>#E0E0E0</TD><TD width=30 bgColor=#e066ff height=30></TD><TD>#E066FF</TD><TD width=30 bgColor=#dedede height=30></TD><TD>#DEDEDE</TD></TR><TR><TD width=30 bgColor=#deb887 height=30></TD><TD>#DEB887</TD><TD width=30 bgColor=#dda0dd height=30></TD><TD>#DDA0DD</TD><TD width=30 bgColor=#dcdcdc height=30></TD><TD>#DCDCDC</TD><TD width=30 bgColor=#dc143c height=30></TD><TD>#DC143C</TD></TR><TR><TD width=30 bgColor=#dbdbdb height=30></TD><TD>#DBDBDB</TD><TD width=30 bgColor=#db7093 height=30></TD><TD>#DB7093</TD><TD width=30 bgColor=#daa520 height=30></TD><TD>#DAA520</TD><TD width=30 bgColor=#da70d6 height=30></TD><TD>#DA70D6</TD></TR><TR><TD width=30 bgColor=#d9d9d9 height=30></TD><TD>#D9D9D9</TD><TD width=30 bgColor=#d8bfd8 height=30></TD><TD>#D8BFD8</TD><TD width=30 bgColor=#d6d6d6 height=30></TD><TD>#D6D6D6</TD><TD width=30 bgColor=#d4d4d4 height=30></TD><TD>#D4D4D4</TD></TR><TR><TD width=30 bgColor=#d3d3d3 height=30></TD><TD>#D3D3D3</TD><TD width=30 bgColor=#d2b48c height=30></TD><TD>#D2B48C</TD><TD width=30 bgColor=#d2691e height=30></TD><TD>#D2691E</TD><TD width=30 bgColor=#d1eeee height=30></TD><TD>#D1EEEE</TD></TR><TR><TD width=30 bgColor=#d1d1d1 height=30></TD><TD>#D1D1D1</TD><TD width=30 bgColor=#d15fee height=30></TD><TD>#D15FEE</TD><TD width=30 bgColor=#d02090 height=30></TD><TD>#D02090</TD><TD width=30 bgColor=#cfcfcf height=30></TD><TD>#CFCFCF</TD></TR><TR><TD width=30 bgColor=#cdcdc1 height=30></TD><TD>#CDCDC1</TD><TD width=30 bgColor=#cdcdb4 height=30></TD><TD>#CDCDB4</TD><TD width=30 bgColor=#cdcd00 height=30></TD><TD>#CDCD00</TD><TD width=30 bgColor=#cdc9c9 height=30></TD><TD>#CDC9C9</TD></TR><TR><TD width=30 bgColor=#cdc9a5 height=30></TD><TD>#CDC9A5</TD><TD width=30 bgColor=#cdc8b1 height=30></TD><TD>#CDC8B1</TD><TD width=30 bgColor=#cdc673 height=30></TD><TD>#CDC673</TD><TD width=30 bgColor=#cdc5bf height=30></TD><TD>#CDC5BF</TD></TR><TR><TD width=30 bgColor=#cdc1c5 height=30></TD><TD>#CDC1C5</TD><TD width=30 bgColor=#cdc0b0 height=30></TD><TD>#CDC0B0</TD><TD width=30 bgColor=#cdbe70 height=30></TD><TD>#CDBE70</TD><TD width=30 bgColor=#cdba96 height=30></TD><TD>#CDBA96</TD></TR><TR><TD width=30 bgColor=#cdb7b5 height=30></TD><TD>#CDB7B5</TD><TD width=30 bgColor=#cdb79e height=30></TD><TD>#CDB79E</TD><TD width=30 bgColor=#cdb5cd height=30></TD><TD>#CDB5CD</TD><TD width=30 bgColor=#cdb38b height=30></TD><TD>#CDB38B</TD></TR><TR><TD width=30 bgColor=#cdaf95 height=30></TD><TD>#CDAF95</TD><TD width=30 bgColor=#cdad00 height=30></TD><TD>#CDAD00</TD><TD width=30 bgColor=#cdaa7d height=30></TD><TD>#CDAA7D</TD><TD width=30 bgColor=#cd9b9b height=30></TD><TD>#CD9B9B</TD></TR><TR><TD width=30 bgColor=#cd9b1d height=30></TD><TD>#CD9B1D</TD><TD width=30 bgColor=#cd96cd height=30></TD><TD>#CD96CD</TD><TD width=30 bgColor=#cd950c height=30></TD><TD>#CD950C</TD><TD width=30 bgColor=#cd919e height=30></TD><TD>#CD919E</TD></TR><TR><TD width=30 bgColor=#cd8c95 height=30></TD><TD>#CD8C95</TD><TD width=30 bgColor=#cd853f height=30></TD><TD>#CD853F</TD><TD width=30 bgColor=#cd8500 height=30></TD><TD>#CD8500</TD><TD width=30 bgColor=#cd8162 height=30></TD><TD>#CD8162</TD></TR><TR><TD width=30 bgColor=#cd7054 height=30></TD><TD>#CD7054</TD><TD width=30 bgColor=#cd69c9 height=30></TD><TD>#CD69C9</TD><TD width=30 bgColor=#cd6889 height=30></TD><TD>#CD6889</TD><TD width=30 bgColor=#cd6839 height=30></TD><TD>#CD6839</TD></TR><TR><TD width=30 bgColor=#cd661d height=30></TD><TD>#CD661D</TD><TD width=30 bgColor=#cd6600 height=30></TD><TD>#CD6600</TD><TD width=30 bgColor=#cd6090 height=30></TD><TD>#CD6090</TD><TD width=30 bgColor=#cd5c5c height=30></TD><TD>#CD5C5C</TD></TR><TR><TD width=30 bgColor=#cd5b45 height=30></TD><TD>#CD5B45</TD><TD width=30 bgColor=#cd5555 height=30></TD><TD>#CD5555</TD><TD width=30 bgColor=#cd4f39 height=30></TD><TD>#CD4F39</TD><TD width=30 bgColor=#cd3700 height=30></TD><TD>#CD3700</TD></TR><TR><TD width=30 bgColor=#cd3333 height=30></TD><TD>#CD3333</TD><TD width=30 bgColor=#cd3278 height=30></TD><TD>#CD3278</TD><TD width=30 bgColor=#cd2990 height=30></TD><TD>#CD2990</TD><TD width=30 bgColor=#cd2626 height=30></TD><TD>#CD2626</TD></TR><TR><TD width=30 bgColor=#cd1076 height=30></TD><TD>#CD1076</TD><TD width=30 bgColor=#cd00cd height=30></TD><TD>#CD00CD</TD><TD width=30 bgColor=#cd0000 height=30></TD><TD>#CD0000</TD><TD width=30 bgColor=#cccccc height=30></TD><TD>#CCCCCC</TD></TR><TR><TD width=30 bgColor=#caff70 height=30></TD><TD>#CAFF70</TD><TD width=30 bgColor=#cae1ff height=30></TD><TD>#CAE1FF</TD><TD width=30 bgColor=#c9c9c9 height=30></TD><TD>#C9C9C9</TD><TD width=30 bgColor=#c7c7c7 height=30></TD><TD>#C7C7C7</TD></TR><TR><TD width=30 bgColor=#c71585 height=30></TD><TD>#C71585</TD><TD width=30 bgColor=#c6e2ff height=30></TD><TD>#C6E2FF</TD><TD width=30 bgColor=#c67171 height=30></TD><TD>#C67171</TD><TD width=30 bgColor=#c5c1aa height=30></TD><TD>#C5C1AA</TD></TR><TR><TD width=30 bgColor=#c4c4c4 height=30></TD><TD>#C4C4C4</TD><TD width=30 bgColor=#c2c2c2 height=30></TD><TD>#C2C2C2</TD><TD width=30 bgColor=#c1ffc1 height=30></TD><TD>#C1FFC1</TD><TD width=30 bgColor=#c1cdcd height=30></TD><TD>#C1CDCD</TD></TR><TR><TD width=30 bgColor=#c1cdc1 height=30></TD><TD>#C1CDC1</TD><TD width=30 bgColor=#c1c1c1 height=30></TD><TD>#C1C1C1</TD><TD width=30 bgColor=#c0ff3e height=30></TD><TD>#C0FF3E</TD><TD width=30 bgColor=#bfefff height=30></TD><TD>#BFEFFF</TD></TR><TR><TD width=30 bgColor=#bfbfbf height=30></TD><TD>#BFBFBF</TD><TD width=30 bgColor=#bf3eff height=30></TD><TD>#BF3EFF</TD><TD width=30 bgColor=#bebebe height=30></TD><TD>#BEBEBE</TD><TD width=30 bgColor=#bdbdbd height=30></TD><TD>#BDBDBD</TD></TR><TR><TD width=30 bgColor=#bdb76b height=30></TD><TD>#BDB76B</TD><TD width=30 bgColor=#bcee68 height=30></TD><TD>#BCEE68</TD><TD width=30 bgColor=#bcd2ee height=30></TD><TD>#BCD2EE</TD><TD width=30 bgColor=#bc8f8f height=30></TD><TD>#BC8F8F</TD></TR><TR><TD width=30 bgColor=#bbffff height=30></TD><TD>#BBFFFF</TD><TD width=30 bgColor=#bababa height=30></TD><TD>#BABABA</TD><TD width=30 bgColor=#ba55d3 height=30></TD><TD>#BA55D3</TD><TD width=30 bgColor=#b9d3ee height=30></TD><TD>#B9D3EE</TD></TR><TR><TD width=30 bgColor=#b8b8b8 height=30></TD><TD>#B8B8B8</TD><TD width=30 bgColor=#b8860b height=30></TD><TD>#B8860B</TD><TD width=30 bgColor=#b7b7b7 height=30></TD><TD>#B7B7B7</TD><TD width=30 bgColor=#b5b5b5 height=30></TD><TD>#B5B5B5</TD></TR><TR><TD width=30 bgColor=#b4eeb4 height=30></TD><TD>#B4EEB4</TD><TD width=30 bgColor=#b4cdcd height=30></TD><TD>#B4CDCD</TD><TD width=30 bgColor=#b452cd height=30></TD><TD>#B452CD</TD><TD width=30 bgColor=#b3ee3a height=30></TD><TD>#B3EE3A</TD></TR><TR><TD width=30 bgColor=#b3b3b3 height=30></TD><TD>#B3B3B3</TD><TD width=30 bgColor=#b2dfee height=30></TD><TD>#B2DFEE</TD><TD width=30 bgColor=#b23aee height=30></TD><TD>#B23AEE</TD><TD width=30 bgColor=#b22222 height=30></TD><TD>#B22222</TD></TR><TR><TD width=30 bgColor=#b0e2ff height=30></TD><TD>#B0E2FF</TD><TD width=30 bgColor=#b0e0e6 height=30></TD><TD>#B0E0E6</TD><TD width=30 bgColor=#b0c4de height=30></TD><TD>#B0C4DE</TD><TD width=30 bgColor=#b0b0b0 height=30></TD><TD>#B0B0B0</TD></TR><TR><TD width=30 bgColor=#b03060 height=30></TD><TD>#B03060</TD><TD width=30 bgColor=#aeeeee height=30></TD><TD>#AEEEEE</TD><TD width=30 bgColor=#adff2f height=30></TD><TD>#ADFF2F</TD><TD width=30 bgColor=#add8e6 height=30></TD><TD>#ADD8E6</TD></TR><TR><TD width=30 bgColor=#adadad height=30></TD><TD>#ADADAD</TD><TD width=30 bgColor=#ababab height=30></TD><TD>#ABABAB</TD><TD width=30 bgColor=#ab82ff height=30></TD><TD>#AB82FF</TD><TD width=30 bgColor=#aaaaaa height=30></TD><TD>#AAAAAA</TD></TR><TR><TD width=30 bgColor=#a9a9a9 height=30></TD><TD>#A9A9A9</TD><TD width=30 bgColor=#a8a8a8 height=30></TD><TD>#A8A8A8</TD><TD width=30 bgColor=#a6a6a6 height=30></TD><TD>#A6A6A6</TD><TD width=30 bgColor=#a52a2a height=30></TD><TD>#A52A2A</TD></TR><TR><TD width=30 bgColor=#a4d3ee height=30></TD><TD>#A4D3EE</TD><TD width=30 bgColor=#a3a3a3 height=30></TD><TD>#A3A3A3</TD><TD width=30 bgColor=#a2cd5a height=30></TD><TD>#A2CD5A</TD><TD width=30 bgColor=#a2b5cd height=30></TD><TD>#A2B5CD</TD></TR><TR><TD width=30 bgColor=#a1a1a1 height=30></TD><TD>#A1A1A1</TD><TD width=30 bgColor=#a0522d height=30></TD><TD>#A0522D</TD><TD width=30 bgColor=#a020f0 height=30></TD><TD>#A020F0</TD><TD width=30 bgColor=#9fb6cd height=30></TD><TD>#9FB6CD</TD></TR><TR><TD width=30 bgColor=#9f79ee height=30></TD><TD>#9F79EE</TD><TD width=30 bgColor=#9e9e9e height=30></TD><TD>#9E9E9E</TD><TD width=30 bgColor=#9c9c9c height=30></TD><TD>#9C9C9C</TD><TD width=30 bgColor=#9bcd9b height=30></TD><TD>#9BCD9B</TD></TR><TR><TD width=30 bgColor=#9b30ff height=30></TD><TD>#9B30FF</TD><TD width=30 bgColor=#9aff9a height=30></TD><TD>#9AFF9A</TD><TD width=30 bgColor=#9acd32 height=30></TD><TD>#9ACD32</TD><TD width=30 bgColor=#9ac0cd height=30></TD><TD>#9AC0CD</TD></TR><TR><TD width=30 bgColor=#9a32cd height=30></TD><TD>#9A32CD</TD><TD width=30 bgColor=#999999 height=30></TD><TD>#999999</TD><TD width=30 bgColor=#9932cc height=30></TD><TD>#9932CC</TD><TD width=30 bgColor=#98fb98 height=30></TD><TD>#98FB98</TD></TR><TR><TD width=30 bgColor=#98f5ff height=30></TD><TD>#98F5FF</TD><TD width=30 bgColor=#97ffff height=30></TD><TD>#97FFFF</TD><TD width=30 bgColor=#96cdcd height=30></TD><TD>#96CDCD</TD><TD width=30 bgColor=#969696 height=30></TD><TD>#969696</TD></TR><TR><TD width=30 bgColor=#949494 height=30></TD><TD>#949494</TD><TD width=30 bgColor=#9400d3 height=30></TD><TD>#9400D3</TD><TD width=30 bgColor=#9370db height=30></TD><TD>#9370DB</TD><TD width=30 bgColor=#919191 height=30></TD><TD>#919191</TD></TR><TR><TD width=30 bgColor=#912cee height=30></TD><TD>#912CEE</TD><TD width=30 bgColor=#90ee90 height=30></TD><TD>#90EE90</TD><TD width=30 bgColor=#8fbc8f height=30></TD><TD>#8FBC8F</TD><TD width=30 bgColor=#8f8f8f height=30></TD><TD>#8F8F8F</TD></TR><TR><TD width=30 bgColor=#8ee5ee height=30></TD><TD>#8EE5EE</TD><TD width=30 bgColor=#8e8e8e height=30></TD><TD>#8E8E8E</TD><TD width=30 bgColor=#8e8e38 height=30></TD><TD>#8E8E38</TD><TD width=30 bgColor=#8e388e height=30></TD><TD>#8E388E</TD></TR><TR><TD width=30 bgColor=#8deeee height=30></TD><TD>#8DEEEE</TD><TD width=30 bgColor=#8db6cd height=30></TD><TD>#8DB6CD</TD><TD width=30 bgColor=#8c8c8c height=30></TD><TD>#8C8C8C</TD><TD width=30 bgColor=#8b8b83 height=30></TD><TD>#8B8B83</TD></TR><TR><TD width=30 bgColor=#8b8b7a height=30></TD><TD>#8B8B7A</TD><TD width=30 bgColor=#8b8b00 height=30></TD><TD>#8B8B00</TD><TD width=30 bgColor=#8b8989 height=30></TD><TD>#8B8989</TD><TD width=30 bgColor=#8b8970 height=30></TD><TD>#8B8970</TD></TR><TR><TD width=30 bgColor=#8b8878 height=30></TD><TD>#8B8878</TD><TD width=30 bgColor=#8b8682 height=30></TD><TD>#8B8682</TD><TD width=30 bgColor=#8b864e height=30></TD><TD>#8B864E</TD><TD width=30 bgColor=#8b8386 height=30></TD><TD>#8B8386</TD></TR><TR><TD width=30 bgColor=#8b8378 height=30></TD><TD>#8B8378</TD><TD width=30 bgColor=#8b814c height=30></TD><TD>#8B814C</TD><TD width=30 bgColor=#8b7e66 height=30></TD><TD>#8B7E66</TD><TD width=30 bgColor=#8b7d7b height=30></TD><TD>#8B7D7B</TD></TR><TR><TD width=30 bgColor=#8b7d6b height=30></TD><TD>#8B7D6B</TD><TD width=30 bgColor=#8b7b8b height=30></TD><TD>#8B7B8B</TD><TD width=30 bgColor=#8b795e height=30></TD><TD>#8B795E</TD><TD width=30 bgColor=#8b7765 height=30></TD><TD>#8B7765</TD></TR><TR><TD width=30 bgColor=#8b7500 height=30></TD><TD>#8B7500</TD><TD width=30 bgColor=#8b7355 height=30></TD><TD>#8B7355</TD><TD width=30 bgColor=#8b6969 height=30></TD><TD>#8B6969</TD><TD width=30 bgColor=#8b6914 height=30></TD><TD>#8B6914</TD></TR><TR><TD width=30 bgColor=#8b668b height=30></TD><TD>#8B668B</TD><TD width=30 bgColor=#8b6508 height=30></TD><TD>#8B6508</TD><TD width=30 bgColor=#8b636c height=30></TD><TD>#8B636C</TD><TD width=30 bgColor=#8b5f65 height=30></TD><TD>#8B5F65</TD></TR><TR><TD width=30 bgColor=#8b5a2b height=30></TD><TD>#8B5A2B</TD><TD width=30 bgColor=#8b5a00 height=30></TD><TD>#8B5A00</TD><TD width=30 bgColor=#8b5742 height=30></TD><TD>#8B5742</TD><TD width=30 bgColor=#8b4c39 height=30></TD><TD>#8B4C39</TD></TR><TR><TD width=30 bgColor=#8b4789 height=30></TD><TD>#8B4789</TD><TD width=30 bgColor=#8b475d height=30></TD><TD>#8B475D</TD><TD width=30 bgColor=#8b4726 height=30></TD><TD>#8B4726</TD><TD width=30 bgColor=#8b4513 height=30></TD><TD>#8B4513</TD></TR><TR><TD width=30 bgColor=#8b4500 height=30></TD><TD>#8B4500</TD><TD width=30 bgColor=#8b3e2f height=30></TD><TD>#8B3E2F</TD><TD width=30 bgColor=#8b3a62 height=30></TD><TD>#8B3A62</TD><TD width=30 bgColor=#8b3a3a height=30></TD><TD>#8B3A3A</TD></TR><TR><TD width=30 bgColor=#8b3626 height=30></TD><TD>#8B3626</TD><TD width=30 bgColor=#8b2500 height=30></TD><TD>#8B2500</TD><TD width=30 bgColor=#8b2323 height=30></TD><TD>#8B2323</TD><TD width=30 bgColor=#8b2252 height=30></TD><TD>#8B2252</TD></TR><TR><TD width=30 bgColor=#8b1c62 height=30></TD><TD>#8B1C62</TD><TD width=30 bgColor=#8b1a1a height=30></TD><TD>#8B1A1A</TD><TD width=30 bgColor=#8b0a50 height=30></TD><TD>#8B0A50</TD><TD width=30 bgColor=#8b008b height=30></TD><TD>#8B008B</TD></TR><TR><TD width=30 bgColor=#8b0000 height=30></TD><TD>#8B0000</TD><TD width=30 bgColor=#8a8a8a height=30></TD><TD>#8A8A8A</TD><TD width=30 bgColor=#8a2be2 height=30></TD><TD>#8A2BE2</TD><TD width=30 bgColor=#8968cd height=30></TD><TD>#8968CD</TD></TR><TR><TD width=30 bgColor=#87ceff height=30></TD><TD>#87CEFF</TD><TD width=30 bgColor=#87cefa height=30></TD><TD>#87CEFA</TD><TD width=30 bgColor=#87ceeb height=30></TD><TD>#87CEEB</TD><TD width=30 bgColor=#878787 height=30></TD><TD>#878787</TD></TR><TR><TD width=30 bgColor=#858585 height=30></TD><TD>#858585</TD><TD width=30 bgColor=#848484 height=30></TD><TD>#848484</TD><TD width=30 bgColor=#8470ff height=30></TD><TD>#8470FF</TD><TD width=30 bgColor=#838b8b height=30></TD><TD>#838B8B</TD></TR><TR><TD width=30 bgColor=#838b83 height=30></TD><TD>#838B83</TD><TD width=30 bgColor=#836fff height=30></TD><TD>#836FFF</TD><TD width=30 bgColor=#828282 height=30></TD><TD>#828282</TD><TD width=30 bgColor=#7fffd4 height=30></TD><TD>#7FFFD4</TD></TR><TR><TD width=30 bgColor=#7fff00 height=30></TD><TD>#7FFF00</TD><TD width=30 bgColor=#7f7f7f height=30></TD><TD>#7F7F7F</TD><TD width=30 bgColor=#7ec0ee height=30></TD><TD>#7EC0EE</TD><TD width=30 bgColor=#7d9ec0 height=30></TD><TD>#7D9EC0</TD></TR><TR><TD width=30 bgColor=#7d7d7d height=30></TD><TD>#7D7D7D</TD><TD width=30 bgColor=#7d26cd height=30></TD><TD>#7D26CD</TD><TD width=30 bgColor=#7cfc00 height=30></TD><TD>#7CFC00</TD><TD width=30 bgColor=#7ccd7c height=30></TD><TD>#7CCD7C</TD></TR><TR><TD width=30 bgColor=#7b68ee height=30></TD><TD>#7B68EE</TD><TD width=30 bgColor=#7ac5cd height=30></TD><TD>#7AC5CD</TD><TD width=30 bgColor=#7a8b8b height=30></TD><TD>#7A8B8B</TD><TD width=30 bgColor=#7a7a7a height=30></TD><TD>#7A7A7A</TD></TR><TR><TD width=30 bgColor=#7a67ee height=30></TD><TD>#7A67EE</TD><TD width=30 bgColor=#7a378b height=30></TD><TD>#7A378B</TD><TD width=30 bgColor=#79cdcd height=30></TD><TD>#79CDCD</TD><TD width=30 bgColor=#787878 height=30></TD><TD>#787878</TD></TR><TR><TD width=30 bgColor=#778899 height=30></TD><TD>#778899</TD><TD width=30 bgColor=#76eec6 height=30></TD><TD>#76EEC6</TD><TD width=30 bgColor=#76ee00 height=30></TD><TD>#76EE00</TD><TD width=30 bgColor=#757575 height=30></TD><TD>#757575</TD></TR><TR><TD width=30 bgColor=#737373 height=30></TD><TD>#737373</TD><TD width=30 bgColor=#71c671 height=30></TD><TD>#71C671</TD><TD width=30 bgColor=#7171c6 height=30></TD><TD>#7171C6</TD><TD width=30 bgColor=#708090 height=30></TD><TD>#708090</TD></TR><TR><TD width=30 bgColor=#707070 height=30></TD><TD>#707070</TD><TD width=30 bgColor=#6e8b3d height=30></TD><TD>#6E8B3D</TD><TD width=30 bgColor=#6e7b8b height=30></TD><TD>#6E7B8B</TD><TD width=30 bgColor=#6e6e6e height=30></TD><TD>#6E6E6E</TD></TR><TR><TD width=30 bgColor=#6ca6cd height=30></TD><TD>#6CA6CD</TD><TD width=30 bgColor=#6c7b8b height=30></TD><TD>#6C7B8B</TD><TD width=30 bgColor=#6b8e23 height=30></TD><TD>#6B8E23</TD><TD width=30 bgColor=#6b6b6b height=30></TD><TD>#6B6B6B</TD></TR><TR><TD width=30 bgColor=#6a5acd height=30></TD><TD>#6A5ACD</TD><TD width=30 bgColor=#698b69 height=30></TD><TD>#698B69</TD><TD width=30 bgColor=#698b22 height=30></TD><TD>#698B22</TD><TD width=30 bgColor=#696969 height=30></TD><TD>#696969</TD></TR><TR><TD width=30 bgColor=#6959cd height=30></TD><TD>#6959CD</TD><TD width=30 bgColor=#68838b height=30></TD><TD>#68838B</TD><TD width=30 bgColor=#68228b height=30></TD><TD>#68228B</TD><TD width=30 bgColor=#66cdaa height=30></TD><TD>#66CDAA</TD></TR><TR><TD width=30 bgColor=#66cd00 height=30></TD><TD>#66CD00</TD><TD width=30 bgColor=#668b8b height=30></TD><TD>#668B8B</TD><TD width=30 bgColor=#666666 height=30></TD><TD>#666666</TD><TD width=30 bgColor=#6495ed height=30></TD><TD>#6495ED</TD></TR><TR><TD width=30 bgColor=#63b8ff height=30></TD><TD>#63B8FF</TD><TD width=30 bgColor=#636363 height=30></TD><TD>#636363</TD><TD width=30 bgColor=#616161 height=30></TD><TD>#616161</TD><TD width=30 bgColor=#607b8b height=30></TD><TD>#607B8B</TD></TR><TR><TD width=30 bgColor=#5f9ea0 height=30></TD><TD>#5F9EA0</TD><TD width=30 bgColor=#5e5e5e height=30></TD><TD>#5E5E5E</TD><TD width=30 bgColor=#5d478b height=30></TD><TD>#5D478B</TD><TD width=30 bgColor=#5cacee height=30></TD><TD>#5CACEE</TD></TR><TR><TD width=30 bgColor=#5c5c5c height=30></TD><TD>#5C5C5C</TD><TD width=30 bgColor=#5b5b5b height=30></TD><TD>#5B5B5B</TD><TD width=30 bgColor=#595959 height=30></TD><TD>#595959</TD><TD width=30 bgColor=#575757 height=30></TD><TD>#575757</TD></TR><TR><TD width=30 bgColor=#556b2f height=30></TD><TD>#556B2F</TD><TD width=30 bgColor=#555555 height=30></TD><TD>#555555</TD><TD width=30 bgColor=#551a8b height=30></TD><TD>#551A8B</TD><TD width=30 bgColor=#54ff9f height=30></TD><TD>#54FF9F</TD></TR><TR><TD width=30 bgColor=#548b54 height=30></TD><TD>#548B54</TD><TD width=30 bgColor=#545454 height=30></TD><TD>#545454</TD><TD width=30 bgColor=#53868b height=30></TD><TD>#53868B</TD><TD width=30 bgColor=#528b8b height=30></TD><TD>#528B8B</TD></TR><TR><TD width=30 bgColor=#525252 height=30></TD><TD>#525252</TD><TD width=30 bgColor=#515151 height=30></TD><TD>#515151</TD><TD width=30 bgColor=#4f94cd height=30></TD><TD>#4F94CD</TD><TD width=30 bgColor=#4f4f4f height=30></TD><TD>#4F4F4F</TD></TR><TR><TD width=30 bgColor=#4eee94 height=30></TD><TD>#4EEE94</TD><TD width=30 bgColor=#4d4d4d height=30></TD><TD>#4D4D4D</TD><TD width=30 bgColor=#4b0082 height=30></TD><TD>#4B0082</TD><TD width=30 bgColor=#4a708b height=30></TD><TD>#4A708B</TD></TR><TR><TD width=30 bgColor=#4a4a4a height=30></TD><TD>#4A4A4A</TD><TD width=30 bgColor=#48d1cc height=30></TD><TD>#48D1CC</TD><TD width=30 bgColor=#4876ff height=30></TD><TD>#4876FF</TD><TD width=30 bgColor=#483d8b height=30></TD><TD>#483D8B</TD></TR><TR><TD width=30 bgColor=#474747 height=30></TD><TD>#474747</TD><TD width=30 bgColor=#473c8b height=30></TD><TD>#473C8B</TD><TD width=30 bgColor=#4682b4 height=30></TD><TD>#4682B4</TD><TD width=30 bgColor=#458b74 height=30></TD><TD>#458B74</TD></TR><TR><TD width=30 bgColor=#458b00 height=30></TD><TD>#458B00</TD><TD width=30 bgColor=#454545 height=30></TD><TD>#454545</TD><TD width=30 bgColor=#43cd80 height=30></TD><TD>#43CD80</TD><TD width=30 bgColor=#436eee height=30></TD><TD>#436EEE</TD></TR><TR><TD width=30 bgColor=#424242 height=30></TD><TD>#424242</TD><TD width=30 bgColor=#4169e1 height=30></TD><TD>#4169E1</TD><TD width=30 bgColor=#40e0d0 height=30></TD><TD>#40E0D0</TD><TD width=30 bgColor=#404040 height=30></TD><TD>#404040</TD></TR><TR><TD width=30 bgColor=#3d3d3d height=30></TD><TD>#3D3D3D</TD><TD width=30 bgColor=#3cb371 height=30></TD><TD>#3CB371</TD><TD width=30 bgColor=#3b3b3b height=30></TD><TD>#3B3B3B</TD><TD width=30 bgColor=#3a5fcd height=30></TD><TD>#3A5FCD</TD></TR><TR><TD width=30 bgColor=#388e8e height=30></TD><TD>#388E8E</TD><TD width=30 bgColor=#383838 height=30></TD><TD>#383838</TD><TD width=30 bgColor=#36648b height=30></TD><TD>#36648B</TD><TD width=30 bgColor=#363636 height=30></TD><TD>#363636</TD></TR><TR><TD width=30 bgColor=#333333 height=30></TD><TD>#333333</TD><TD width=30 bgColor=#32cd32 height=30></TD><TD>#32CD32</TD><TD width=30 bgColor=#303030 height=30></TD><TD>#303030</TD><TD width=30 bgColor=#2f4f4f height=30></TD><TD>#2F4F4F</TD></TR><TR><TD width=30 bgColor=#2e8b57 height=30></TD><TD>#2E8B57</TD><TD width=30 bgColor=#2e2e2e height=30></TD><TD>#2E2E2E</TD><TD width=30 bgColor=#2b2b2b height=30></TD><TD>#2B2B2B</TD><TD width=30 bgColor=#292929 height=30></TD><TD>#292929</TD></TR><TR><TD width=30 bgColor=#282828 height=30></TD><TD>#282828</TD><TD width=30 bgColor=#27408b height=30></TD><TD>#27408B</TD><TD width=30 bgColor=#262626 height=30></TD><TD>#262626</TD><TD width=30 bgColor=#242424 height=30></TD><TD>#242424</TD></TR><TR><TD width=30 bgColor=#228b22 height=30></TD><TD>#228B22</TD><TD width=30 bgColor=#218868 height=30></TD><TD>#218868</TD><TD width=30 bgColor=#212121 height=30></TD><TD>#212121</TD><TD width=30 bgColor=#20b2aa height=30></TD><TD>#20B2AA</TD></TR><TR><TD width=30 bgColor=#1f1f1f height=30></TD><TD>#1F1F1F</TD><TD width=30 bgColor=#1e90ff height=30></TD><TD>#1E90FF</TD><TD width=30 bgColor=#1e1e1e height=30></TD><TD>#1E1E1E</TD><TD width=30 bgColor=#1c86ee height=30></TD><TD>#1C86EE</TD></TR><TR><TD width=30 bgColor=#1c1c1c height=30></TD><TD>#1C1C1C</TD><TD width=30 bgColor=#1a1a1a height=30></TD><TD>#1A1A1A</TD><TD width=30 bgColor=#191970 height=30></TD><TD>#191970</TD><TD width=30 bgColor=#1874cd height=30></TD><TD>#1874CD</TD></TR><TR><TD width=30 bgColor=#171717 height=30></TD><TD>#171717</TD><TD width=30 bgColor=#141414 height=30></TD><TD>#141414</TD><TD width=30 bgColor=#121212 height=30></TD><TD>#121212</TD><TD width=30 bgColor=#104e8b height=30></TD><TD>#104E8B</TD></TR><TR><TD width=30 bgColor=#0f0f0f height=30></TD><TD>#0F0F0F</TD><TD width=30 bgColor=#0d0d0d height=30></TD><TD>#0D0D0D</TD><TD width=30 bgColor=#0a0a0a height=30></TD><TD>#0A0A0A</TD><TD width=30 bgColor=#080808 height=30></TD><TD>#080808</TD></TR><TR><TD width=30 bgColor=#050505 height=30></TD><TD>#050505</TD><TD width=30 bgColor=#030303 height=30></TD><TD>#030303</TD><TD width=30 bgColor=#00ffff height=30></TD><TD>#00FFFF</TD><TD width=30 bgColor=#00ff7f height=30></TD><TD>#00FF7F</TD></TR><TR><TD width=30 bgColor=#00ff00 height=30></TD><TD>#00FF00</TD><TD width=30 bgColor=#00fa9a height=30></TD><TD>#00FA9A</TD><TD width=30 bgColor=#00f5ff height=30></TD><TD>#00F5FF</TD><TD width=30 bgColor=#00eeee height=30></TD><TD>#00EEEE</TD></TR><TR><TD width=30 bgColor=#00ee76 height=30></TD><TD>#00EE76</TD><TD width=30 bgColor=#00ee00 height=30></TD><TD>#00EE00</TD><TD width=30 bgColor=#00e5ee height=30></TD><TD>#00E5EE</TD><TD width=30 bgColor=#00ced1 height=30></TD><TD>#00CED1</TD></TR><TR><TD width=30 bgColor=#00cdcd height=30></TD><TD>#00CDCD</TD><TD width=30 bgColor=#00cd66 height=30></TD><TD>#00CD66</TD><TD width=30 bgColor=#00cd00 height=30></TD><TD>#00CD00</TD><TD width=30 bgColor=#00c5cd height=30></TD><TD>#00C5CD</TD></TR><TR><TD width=30 bgColor=#00bfff height=30></TD><TD>#00BFFF</TD><TD width=30 bgColor=#00b2ee height=30></TD><TD>#00B2EE</TD><TD width=30 bgColor=#009acd height=30></TD><TD>#009ACD</TD><TD width=30 bgColor=#008b8b height=30></TD><TD>#008B8B</TD></TR><TR><TD width=30 bgColor=#008b45 height=30></TD><TD>#008B45</TD><TD width=30 bgColor=#008b00 height=30></TD><TD>#008B00</TD><TD width=30 bgColor=#00868b height=30></TD><TD>#00868B</TD><TD width=30 bgColor=#00688b height=30></TD><TD>#00688B</TD></TR><TR><TD width=30 bgColor=#006400 height=30></TD><TD>#006400</TD><TD width=30 bgColor=#0000ff height=30></TD><TD>#0000FF</TD><TD width=30 bgColor=#0000ee height=30></TD><TD>#0000EE</TD><TD width=30 bgColor=#0000cd height=30></TD><TD>#0000CD</TD></TR><TR><TD width=30 bgColor=#0000aa height=30></TD><TD>#0000AA</TD><TD width=30 bgColor=#00008b height=30></TD><TD>#00008B</TD><TD width=30 bgColor=#000080 height=30></TD><TD>#000080</TD><TD width=30 bgColor=#000000 height=30></TD><TD>#000000</TD></TR></TBODY></TABLE></DIV><BR><BR><BR><BR><BR><BR><BR></div>
<br><fieldset><legend>
xielong 07-11-22 13:15
<FONT style="FONT-SIZE: 40pt; FILTER: glow(color=black); WIDTH: 100%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云"><B>xielong</B></FONT></CENTER><BR>
<DIV style="FONT-SIZE: 20pt; FILTER: dropshadow(color=000000, offx=10, offy=10, positive=10); WIDTH: 100%; COLOR: red; FONT-FAMILY: 150%; POSITION: relative">xielong</DIV><BR>
<FONT style="FONT-SIZE: 20pt; FILTER: glow(color=#DAA520,strength=6); WIDTH: 100%; COLOR: #000000; LINE-HEIGHT: 150%; FONT-FAMILY: 华文行楷">xielong<BR></FONT><BR><BR>
<FONT style="FONT-SIZE: 85pt; FILTER: wave(add=0,lightstrength=10,strength=8,freq=6,phrase=10); WIDTH: 100%; COLOR: #ff00ff; LINE-HEIGHT: 150%; FONT-FAMILY: 华文行楷"><B>xielong</B></DIV></FONT></DIV><BR>
xielong 07-11-22 13:16
代码:
[font=宋体][size=3]<FONT style="FONT-SIZE: 40pt; FILTER: glow(color=black); WIDTH: 100%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云"><B>xielong</B></FONT></CENTER><BR>
<DIV style="FONT-SIZE: 20pt; FILTER: dropshadow(color=000000, offx=10, offy=10, positive=10); WIDTH: 100%; COLOR: red; FONT-FAMILY: 150%; POSITION: relative">xielong</DIV><BR>
<FONT style="FONT-SIZE: 20pt; FILTER: glow(color=#DAA520,strength=6); WIDTH: 100%; COLOR: #000000; LINE-HEIGHT: 150%; FONT-FAMILY: 华文行楷">xielong<BR></FONT><BR><BR>
<FONT style="FONT-SIZE: 85pt; FILTER: wave(add=0,lightstrength=10,strength=8,freq=6,phrase=10); WIDTH: 100%; COLOR: #ff00ff; LINE-HEIGHT: 150%; FONT-FAMILY: 华文行楷"><B>xielong</B></DIV></FONT></DIV><BR>[/size][/font]
xielong 07-11-22 13:17
<TABLE align=center background=http://tech.china.com/zh_cn/home4u/sucai/gifanimation/line/0024.gif border=0><BR><BR><BR><BR><TBODY><TR><TD style="FILTER: mask(color=#000000)" align=middle><FONT style="FONT-SIZE: 50pt" face=华文行楷 color=#336699><B>xielong最帅</B></FONT></TD></TR></TBODY></TABLE><BR><BR></CENTER>
xielong 07-11-22 13:18
[font=宋体]代码:[/font]
[font=宋体][/font]
[font=宋体]<TABLE align=center background=http://tech.china.com/zh_cn/home4u/sucai/gifanimation/line/0024.gif border=0><BR><BR><BR><BR><TBODY><TR><TD style="FILTER: mask(color=#000000)" align=middle><FONT style="FONT-SIZE: 50pt" face=华文行楷 color=#336699><B>xielong最帅</B></FONT></TD></TR></TBODY></TABLE><BR><BR></CENTER>[/font]
xielong 07-11-22 13:20
[font=宋体][size=3]<DIV style="FILTER: shadow(color=#9932cc,strength=20); WIDTH: 500px; HEIGHT: 100px"><B><FONT face=华文行楷 color=#8b008b size=7>xielong音画!</FONT></B></DIV>
<FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=apar); WIDTH: 100%; COLOR: #00ff00; LINE-HEIGHT: 100%" face=华文行楷 size=6>
轻轻的我走了,<br>
正如我轻轻的来;<br>
我轻轻的招手,<br>
作别西天的云彩。<br>
</FONT>
<FONT style="FONT-SIZE: 60pt; FILTER: shadow(color=yellow); WIDTH: 100%; COLOR: navy; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云">欢迎光临</FONT>
<FONT style="FONT-SIZE: 50pt; FILTER: shadow(color=#ffd700, strength=50); WIDTH: 500px">湖南论坛音乐影视</FONT></FONT>[/size][/font]
xielong 07-11-22 13:20
代码:
[font=宋体][size=3]<DIV style="FILTER: shadow(color=#9932cc,strength=20); WIDTH: 500px; HEIGHT: 100px"><B><FONT face=华文行楷 color=#8b008b size=7>xielong音画!</FONT></B></DIV>
<FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=apar); WIDTH: 100%; COLOR: #00ff00; LINE-HEIGHT: 100%" face=华文行楷 size=6>
轻轻的我走了,<br>
正如我轻轻的来;<br>
我轻轻的招手,<br>
作别西天的云彩。<br>
</FONT>
<FONT style="FONT-SIZE: 60pt; FILTER: shadow(color=yellow); WIDTH: 100%; COLOR: navy; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云">欢迎光临</FONT>
<FONT style="FONT-SIZE: 50pt; FILTER: shadow(color=#ffd700, strength=50); WIDTH: 500px">湖南论坛音乐影视</FONT></FONT>[/size][/font]
xielong 07-11-22 13:22
</span><br><br>
<div style="font-size: 12px"><DIV style="LEFT: -60px; WIDTH: 800px; POSITION: relative; TOP: 170px">
<DIV style="LEFT: 0px; OVERFLOW: hidden; WIDTH: 800px; POSITION: relative; TOP: 0px; HEIGHT: 247px">
<DIV style="LEFT: 39px; POSITION: absolute; TOP: 36px">
<MARQUEE scrollDelay=80 width=720 height=210><FONT id=font1 style="FONT-SIZE: 130pt" face=黑体 color=red><B>xielong向大家问好!</B><?import namespace = t urn = "urn:schemas-microsoft-com:time" implementation = "#default#time2" declareNamespace /><t:animateColor id=color1 attributeName = "color" calcMode = "paced" targetElement = "font1" values = "#E61A1A;#FFFF00;#FF00FF;red;" autoReverse = "true" begin = "0;b4.click" dur = "12" repeatCount = "100"></t:animateColor></FONT></MARQUEE></DIV>
<DIV style="LEFT: -20px; POSITION: absolute; TOP: 0px">
<TABLE height=250 cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: chroma(color=#3A393d">
<TABLE align=center bgColor=#000000>
<TBODY>
<TR>
<TD align=middle><FONT style="FONT-SIZE: 8pt; LINE-HEIGHT: 8pt; LETTER-SPACING: 8px" color=#3a393d><B>●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●</B></FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV></DIV><BR><BR><BR><BR><BR><BR><BR>
xielong 07-11-22 13:23
[align=center]电子荧屏走动效果[/align]
</span><br><br>
<div style="font-size: 12px"><DIV style="LEFT: -60px; WIDTH: 800px; POSITION: relative; TOP: 170px">
<DIV style="LEFT: 0px; OVERFLOW: hidden; WIDTH: 800px; POSITION: relative; TOP: 0px; HEIGHT: 247px">
<DIV style="LEFT: 39px; POSITION: absolute; TOP: 36px">
<MARQUEE scrollDelay=80 width=720 height=210><FONT id=font1 style="FONT-SIZE: 130pt" face=黑体 color=red><B>xielong向大家问好!</B><?import namespace = t urn = "urn:schemas-microsoft-com:time" implementation = "#default#time2" declareNamespace /><t:animateColor id=color1 attributeName = "color" calcMode = "paced" targetElement = "font1" values = "#E61A1A;#FFFF00;#FF00FF;red;" autoReverse = "true" begin = "0;b4.click" dur = "12" repeatCount = "100"></t:animateColor></FONT></MARQUEE></DIV>
<DIV style="LEFT: -20px; POSITION: absolute; TOP: 0px">
<TABLE height=250 cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: chroma(color=#3A393d">
<TABLE align=center bgColor=#000000>
<TBODY>
<TR>
<TD align=middle><FONT style="FONT-SIZE: 8pt; LINE-HEIGHT: 8pt; LETTER-SPACING: 8px" color=#3a393d><B>●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●</B></FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV></DIV><BR><BR><BR><BR><BR><BR><BR>
页:
[1]