<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
	<title>Theme</title>
	<link>https://theme.wodemo.net/</link>
        <item>
        <title><![CDATA[materiality主题]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/531436]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Sat, 25 Apr 2020 00:31:06 -0700]]></pubDate>
        <description><![CDATA[## 关于
演示站&lt;https://moe.dowy.cn/&gt;   
&lt;br&gt;&lt;br&gt;
   
这是一个typecho主题**materiality-typecho-theme**的移植版，原作者是**EAimTY**。  
&lt;br&gt;
   
这是其commit@*e54681edfd30e8bf260fd680f2c79cba07c74048*版本的修改版。  
&lt;br&gt;
    
其仓库为&lt;https://github.com/EAimTY/materiality-typecho-theme&gt;  
&lt;br&gt;    

移植仅仅为了好玩，毕竟改得非常乱。  
如欲正常使用，有必要对其当前版本移植。 


### 使用说明
用浏览器的页内查找功能，搜索##，即可查看应该修改的代码## CSS
```css
.wo-search-form,.wo-search-home,#ln-h,.wo-entry-prev-next{display:none}
```


## 头部HTML
```html
&lt;style&gt;hr{display:none}&lt;/style&gt;
&lt;script src=&quot;//cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script async src=&quot;//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/mdui.min.css&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/materiality.min.css&quot; /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/mdui.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/smoothscrolltop.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/smoothscroll.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/lazysizes.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/materiality.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/darkmode.min.js&quot;&gt;&lt;/script&gt;
&lt;!--检查加载状态--&gt;
&lt;div id=&quot;loading&quot; class=&quot;mdui-card&quot;style=&quot;height:100%;width:100%;position:fixed;z-index:100;overflow:hidden;padding:100px 16px;z-index:999&quot;&gt;
&lt;div class=&quot;mdui-card-content mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-spinner&quot;&gt;&lt;/div&gt;&amp;nbsp;Loading...&lt;br&gt;&lt;div id=&quot;loadMsg1&quot;&gt;&lt;/div&gt;&lt;br&gt;&lt;div id=&quot;loadMsg2&quot;&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style=&quot;height:100px&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;mdui-card-actions&quot;&gt;&lt;button class=&quot;mdui-btn mdui-color-theme-accent mdui-float-right&quot; onclick=&quot;rmLoading()&quot;&gt;强制关闭&lt;/button&gt;&lt;/div&gt;
&lt;center&gt;&lt;small&gt;若窗口长时间未自动关闭，可能是网页的资源加载有问题&lt;/small&gt;&lt;/center&gt;
&lt;/div&gt;

&lt;script&gt;
function rmLoading(){
$(&quot;#loading&quot;).remove();
}

document.onreadystatechange = function () {
    if (document.readyState === &quot;loading&quot;) {
        $(&quot;#loadMsg1&quot;).html(&quot;Loading State...Done!&quot;);
    }
    if (document.readyState === &quot;interactive&quot;) {
        $(&quot;#loadMsg2&quot;).html(&quot;Interactive State...Done&quot;);
    }
    if (document.readyState === &quot;complete&quot;) {
        rmLoading();
    }
}


&lt;/script&gt;
&lt;!--导航 开始--&gt;
&lt;header class=&quot;mdui-appbar mdui-appbar-fixed&quot;&gt;
&lt;div class=&quot;mdui-toolbar mdui-color-theme&quot;&gt;
&lt;span class=&quot;mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white&quot; mdui-drawer=&quot;{target: '#drawer', swipe: true}&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe900;&lt;/i&gt;&lt;/span&gt;
&lt;a href=&quot;/&quot; class=&quot;mdui-typo-headline&quot;&gt;##名称&lt;/a&gt;
&lt;div class=&quot;mdui-toolbar-spacer&quot;&gt;&lt;/div&gt;

&lt;span class=&quot;mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white&quot; onclick=&quot;toggletheme()&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot; id=&quot;theme-btn&quot;&gt;&amp;#xe901;&lt;/i&gt;&lt;/span&gt;

&lt;span class=&quot;mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white&quot; mdui-tooltip=&quot;{content: '分页及RSS'}&quot; mdui-menu=&quot;{target: '#rss'}&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe903;&lt;/i&gt;&lt;/span&gt;
&lt;ul class=&quot;mdui-menu&quot; id=&quot;rss&quot;&gt;
&lt;li class=&quot;mdui-menu-item&quot;&gt;
&lt;a href=&quot;https://www.eaimty.com/feed/&quot; class=&quot;/rss&quot;&gt;RSS&lt;/a&gt;
&lt;/li&gt;
&lt;li class=&quot;mdui-menu-item&quot;&gt;
&lt;a href=&quot;#&quot; class=&quot;mdui-ripple footer-menu-item&quot;&gt;##导航&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;mdui-drawer&quot; id=&quot;drawer&quot;&gt;

&lt;div class=&quot;billboard&quot;&gt;
&lt;a href=&quot;/&quot; class=&quot;logo mdui-m-y-2 mdui-m-l-2&quot; style=&quot;background:url('##这里logo.png');background-size:contain&quot;&gt;&lt;/a&gt;
&lt;div class=&quot;description mdui-m-x-2 mdui-text-color-white-text&quot;&gt;##这里个人说明&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-list&quot; mdui-collapse=&quot;{accordion: true}&quot;&gt;

&lt;!--form class=&quot;mdui-p-t-0 mdui-m-x-2 mdui-textfield mdui-textfield-floating-label&quot; method=&quot;get&quot; action=&quot;/search&quot;&gt;
&lt;label class=&quot;mdui-textfield-label&quot;&gt;搜索&lt;/label&gt;
&lt;input class=&quot;mdui-textfield-input&quot; type=&quot;text&quot; autocomplete=&quot;new-password&quot; name=&quot;q&quot; /&gt;
&lt;/form 这里开始--&gt;
&lt;div class=&quot;mdui-p-t-0 mdui-m-x-2 mdui-textfield mdui-textfield-floating-label&quot;&gt;
&lt;label class=&quot;mdui-textfield-label&quot;&gt;搜索&lt;/label&gt;
&lt;input id=&quot;searchinput&quot; onsearch=&quot;searchit(this.value)&quot; class=&quot;mdui-textfield-input&quot; type=&quot;search&quot; autocomplete=&quot;new-password&quot; &gt;
&lt;/div&gt;
&lt;!--get搜索--&gt;
&lt;div class=&quot;mdui-divider&quot;&gt;&lt;/div&gt;

&lt;a href=&quot;/about.html##这里关于&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon materiality-icons&quot;&gt;&amp;#xe905;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content mdui-m-r-4&quot;&gt;##关于&lt;/div&gt;
&lt;/a&gt;
&lt;a href=&quot;/theme.html##这里主题&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon  materiality-icons&quot;&gt;&amp;#xe905;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content mdui-m-r-4&quot;&gt;##主题&lt;/div&gt;
&lt;/a&gt;
&lt;div class=&quot;mdui-divider&quot;&gt;&lt;/div&gt;

&lt;div class=&quot;mdui-collapse-item&quot;&gt;
&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon  materiality-icons&quot;&gt;&amp;#xe908;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content&quot;&gt;##可展开列表&lt;/div&gt;
&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon  materiality-icons&quot;&gt;&amp;#xe90c;&lt;/i&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot;&gt;
&lt;a href=&quot;##这里url&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;##这里名字&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item&quot;&gt;
&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon  materiality-icons&quot;&gt;&amp;#xe909;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content&quot;&gt;分类&lt;/div&gt;
&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon  materiality-icons&quot;&gt;&amp;#xe90c;&lt;/i&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot; id=&quot;fenlei&quot;&gt;
&lt;!--a href=&quot;&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;&lt;/a--&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item&quot;&gt;
&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon materiality-icons&quot;&gt;&amp;#xe90b;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content&quot;&gt;友情链接&lt;/div&gt;
&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon materiality-icons&quot;&gt;&amp;#xe90c;&lt;/i&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot;&gt;
&lt;a href=&quot;##这里url&quot; class=&quot;mdui-list-item mdui-ripple drawer-list-item&quot; target=&quot;_blank&quot; mdui-tooltip=&quot;{content: '##这里说明'}&quot;&gt;##这里标题&lt;/a&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;!--element that should be moved--&gt;
&lt;div style=&quot;display:none&quot; id=&quot;move-this&quot;&gt;

&lt;footer class=&quot;mdui-color-theme&quot;&gt;

&lt;div class=&quot;footer-icons mdui-col-xs-3 mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-center&quot;&gt;
&lt;a href=&quot;mailto:##邮箱&quot; class=&quot;mdui-btn mdui-btn-icon mdui-ripple&quot; mdui-tooltip=&quot;{content: '邮箱'}&quot; target=&quot;_blank&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe910;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://github.com/##github用户名&quot; class=&quot;mdui-btn mdui-btn-icon mdui-ripple&quot; mdui-tooltip=&quot;{content: 'GitHub'}&quot; target=&quot;_blank&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe914;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://twitter.com/##twitter用户名&quot; class=&quot;mdui-btn mdui-btn-icon mdui-ripple&quot; mdui-tooltip=&quot;{content: 'Twitter'}&quot; target=&quot;_blank&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe915;&lt;/i&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;footer-copyright mdui-col-xs-6 mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-center&quot;&gt;Copyright &amp;copy; &lt;script&gt;document.write(new Date().getFullYear())&lt;/script&gt; &lt;a href=&quot;https://www.eaimty.com/&quot;&gt;##名称&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;footer-credit mdui-col-xs-3 mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-center&quot;&gt;
&lt;div&gt;Powered by &lt;a href=&quot;https://wodemo.net/&quot; target=&quot;_blank&quot;&gt;Wodemo&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;and Theme &lt;a href=&quot;https://www.eaimty.com/theme.html&quot; target=&quot;_blank&quot;&gt;materiality&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;http://www.beian.miit.gov.cn/&quot; target=&quot;_blank&quot;&gt;京ICP备 备你妈的案&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/footer&gt;
&lt;/div&gt;


&lt;/div&gt;
&lt;button style=&quot;z-index:999&quot; class=&quot;mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent mdui-fab-hide&quot; id=&quot;scrolltop&quot; onclick=&quot;window.scroll({ top: 0, left: 0, behavior: 'smooth' })&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe919;&lt;/i&gt;&lt;/button&gt;

&lt;!--结束--&gt;

```


##尾部JavaScript
```javascript
/*GET搜索函数*/
function searchit(key){
//开始
if (typeof arguments[1] === &quot;undefined&quot;) {
window.pageS=&quot;1&quot;;
}else{
window.pageS=arguments[1];
}
mdui.snackbar({
  message: '搜索中，请稍候。。。'
});
var url=&quot;/search?q=&quot; +key+ &quot;&amp;page=&quot;+pageS;
//发送get请求
$.get(url, function(data) {
//数据处理
var a=data.indexOf('&lt;div class=&quot;wo-search-result-area&quot;&gt;');    
var b=data.lastIndexOf('&lt;br /&gt;');  
var c=data.substr(a,b-a);
//输出
mdui.dialog({
  title: '搜索结果:'+key+' —— 第'+pageS+'页',
  content: c,
  buttons: [
    {
      text: '上一页',
      onclick: function(inst){
       searchit(key,Number(window.pageS)-1);
      }
    },
    {
      text: '下一页',
      onClick: function(inst){
        searchit(key,Number(window.pageS)+1);
      }
    },
    {
      text: '关闭',
    }
  ]
});
//结束输出，修饰搜索结果
$(&quot;.wo-search-result-item em&quot;).wrap(&quot;&lt;mark&gt;&lt;/mark&gt;&quot;);
$(&quot;.wo-search-result-item a&quot;).addClass(&quot;mdui-typo-title mdui-text-color-theme-accent&quot;);
});
//结束
}


//下面是dom修改

$(&quot;a[href*='/cat/']&quot;).not(&quot;.pagination&gt;span,.pagination&gt;a&quot;).each(function(){
	$(this).attr(&quot;target&quot;,&quot;_blank&quot;).addClass(&quot;mdui-list-item mdui-ripple&quot;).appendTo(&quot;#fenlei&quot;);
});

$(&quot;.pagination&gt;a&quot;).prependTo(&quot;#rss&quot;).wrap(&quot;&lt;li class=\&quot;mdui-menu-item\&quot;&gt;&lt;/li&gt;&quot;);

$(&quot;.pagination&gt;span&quot;).remove();

$(&quot;body&quot;).addClass(&quot;mdui-appbar-with-toolbar mdui-theme-primary-indigo mdui-theme-accent-pink&quot;);

$(&quot;.wo-entry-list&quot;).addClass(&quot;mdui-container&quot;).wrap(&quot;&lt;div class=\&quot;page-content\&quot;&gt;&lt;/div&gt;&quot;);

$(&quot;.pagination&quot;).after($(&quot;#move-this footer&quot;));

function rmHTML(a,b){
let bs=document.body.innerHTML;
let x=bs.indexOf(a);
let y=bs.lastIndexOf(b)+b.length;
document.body.innerHTML=bs.substring(1,x)+bs.substring(y,bs.length);
}
rmHTML(&quot;&lt;span class=\&quot;wo-site-feed-link\&quot;&gt;&quot;,&quot;&lt;/span&gt;&quot;);
//统计
eval(function(p,a,c,k,e,r){e=String;if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'[0-4]'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('1.onload=function(){var 0;if(1.2){0=3 2()}else{0=3 ActiveXObject(&quot;Microsoft.XMLHTTP&quot;)}0.open(&quot;GET&quot;,&quot;http://pixiv.dns.navy/statistics/?4=&quot;+location.4,true);0.send()}',[],5,'xmlhttp|window|XMLHttpRequest|new|href'.split('|'),0,{}))
mdui.mutation();

```


## 撰文模板
```html
&lt;script src=&quot;//cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script async src=&quot;//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/mdui.min.css&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/materiality.min.css&quot; /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/mdui.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/smoothscrolltop.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/smoothscroll.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/lazysizes.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/materiality.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.jsdelivr.net/gh/EAimTY/materiality-typecho-theme@e54681edfd30e8bf260fd680f2c79cba07c74048/resources/darkmode.min.js&quot;&gt;&lt;/script&gt;
&lt;!--检查加载状态--&gt;
&lt;div id=&quot;loading&quot; class=&quot;mdui-card&quot;style=&quot;height:100%;width:100%;position:fixed;z-index:100;overflow:hidden;padding:100px 16px&quot;&gt;
&lt;div class=&quot;mdui-card-content mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-spinner&quot;&gt;&lt;/div&gt;&amp;nbsp;Loading...&lt;br&gt;&lt;div id=&quot;loadMsg1&quot;&gt;&lt;/div&gt;&lt;br&gt;&lt;div id=&quot;loadMsg2&quot;&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style=&quot;height:100px&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;mdui-card-actions&quot;&gt;&lt;button class=&quot;mdui-btn mdui-color-theme-accent mdui-float-right&quot; onclick=&quot;closeLoading()&quot;&gt;强制关闭&lt;/button&gt;&lt;/div&gt;
&lt;center&gt;&lt;small&gt;若窗口长时间未自动关闭，可能是网页的资源加载有问题&lt;/small&gt;&lt;/center&gt;
&lt;/div&gt;

&lt;script&gt;
function closeLoading(){
$(&quot;#loading&quot;).remove();
}

document.onreadystatechange = function () {
    if (document.readyState === &quot;loading&quot;) {
        $(&quot;#loadMsg1&quot;).html(&quot;Loading State...Done!&quot;);
    }
    if (document.readyState === &quot;interactive&quot;) {
        $(&quot;#loadMsg2&quot;).html(&quot;Interactive State...Done&quot;);
    }
    if (document.readyState === &quot;complete&quot;) {
        closeLoading();
    }
}


&lt;/script&gt;
&lt;!--导航 开始--&gt;
&lt;header class=&quot;mdui-appbar mdui-appbar-fixed&quot;&gt;
&lt;div class=&quot;mdui-toolbar mdui-color-theme&quot;&gt;
&lt;span class=&quot;mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white&quot; mdui-drawer=&quot;{target: '#drawer', swipe: true}&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe900;&lt;/i&gt;&lt;/span&gt;
&lt;a href=&quot;/&quot; class=&quot;mdui-typo-headline&quot;&gt;##名称&lt;/a&gt;
&lt;div class=&quot;mdui-toolbar-spacer&quot;&gt;&lt;/div&gt;

&lt;span class=&quot;mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white&quot; onclick=&quot;toggletheme()&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot; id=&quot;theme-btn&quot;&gt;&amp;#xe901;&lt;/i&gt;&lt;/span&gt;

&lt;span class=&quot;mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white&quot; mdui-tooltip=&quot;{content: '分页及RSS'}&quot; mdui-menu=&quot;{target: '#rss'}&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe903;&lt;/i&gt;&lt;/span&gt;
&lt;ul class=&quot;mdui-menu&quot; id=&quot;rss&quot;&gt;
&lt;li class=&quot;mdui-menu-item&quot;&gt;
&lt;a href=&quot;https://www.eaimty.com/feed/&quot; class=&quot;/rss&quot;&gt;RSS&lt;/a&gt;
&lt;/li&gt;
&lt;li class=&quot;mdui-menu-item&quot;&gt;
&lt;a href=&quot;#&quot; class=&quot;mdui-ripple footer-menu-item&quot;&gt;##导航&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;mdui-drawer&quot; id=&quot;drawer&quot;&gt;

&lt;div class=&quot;billboard&quot;&gt;
&lt;a href=&quot;/&quot; class=&quot;logo mdui-m-y-2 mdui-m-l-2&quot; style=&quot;background:url('##这里logo.png');background-size:contain&quot;&gt;&lt;/a&gt;
&lt;div class=&quot;description mdui-m-x-2 mdui-text-color-white-text&quot;&gt;##这里个人说明&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-list&quot; mdui-collapse=&quot;{accordion: true}&quot;&gt;
&lt;!--get搜索--&gt;
&lt;div class=&quot;mdui-p-t-0 mdui-m-x-2 mdui-textfield mdui-textfield-floating-label&quot;&gt;
&lt;label class=&quot;mdui-textfield-label&quot;&gt;搜索&lt;/label&gt;
&lt;input id=&quot;searchinput&quot; onsearch=&quot;searchit(this.value)&quot; class=&quot;mdui-textfield-input&quot; type=&quot;search&quot; autocomplete=&quot;new-password&quot;/&gt;
&lt;/div&gt;
&lt;!--get搜索--&gt;
&lt;div class=&quot;mdui-divider&quot;&gt;&lt;/div&gt;

&lt;a href=&quot;/about.html##这里关于&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon materiality-icons&quot;&gt;&amp;#xe905;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content mdui-m-r-4&quot;&gt;##关于&lt;/div&gt;
&lt;/a&gt;
&lt;a href=&quot;/theme.html##这里主题&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon  materiality-icons&quot;&gt;&amp;#xe905;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content mdui-m-r-4&quot;&gt;##主题&lt;/div&gt;
&lt;/a&gt;
&lt;div class=&quot;mdui-divider&quot;&gt;&lt;/div&gt;

&lt;div class=&quot;mdui-collapse-item&quot;&gt;
&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon  materiality-icons&quot;&gt;&amp;#xe908;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content&quot;&gt;##可展开列表&lt;/div&gt;
&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon  materiality-icons&quot;&gt;&amp;#xe90c;&lt;/i&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot;&gt;
&lt;a href=&quot;##这里url&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;##这里名字&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item&quot;&gt;
&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon  materiality-icons&quot;&gt;&amp;#xe909;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content&quot;&gt;分类&lt;/div&gt;
&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon  materiality-icons&quot;&gt;&amp;#xe90c;&lt;/i&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot; id=&quot;fenlei&quot;&gt;
&lt;!--a href=&quot;&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;&lt;/a--&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item&quot;&gt;
&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
&lt;i class=&quot;mdui-list-item-icon mdui-icon materiality-icons&quot;&gt;&amp;#xe90b;&lt;/i&gt;
&lt;div class=&quot;mdui-list-item-content&quot;&gt;友情链接&lt;/div&gt;
&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon materiality-icons&quot;&gt;&amp;#xe90c;&lt;/i&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot;&gt;
&lt;a href=&quot;##这里url&quot; class=&quot;mdui-list-item mdui-ripple drawer-list-item&quot; target=&quot;_blank&quot; mdui-tooltip=&quot;{content: '##这里说明'}&quot;&gt;##这里标题&lt;/a&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;!--element that should be moved--&gt;
&lt;div style=&quot;display:none&quot; id=&quot;move-this&quot;&gt;

&lt;footer class=&quot;mdui-color-theme&quot;&gt;

&lt;div class=&quot;footer-icons mdui-col-xs-3 mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-center&quot;&gt;
&lt;a href=&quot;mailto:##邮箱&quot; class=&quot;mdui-btn mdui-btn-icon mdui-ripple&quot; mdui-tooltip=&quot;{content: '邮箱'}&quot; target=&quot;_blank&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe910;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://github.com/##github用户名&quot; class=&quot;mdui-btn mdui-btn-icon mdui-ripple&quot; mdui-tooltip=&quot;{content: 'GitHub'}&quot; target=&quot;_blank&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe914;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://twitter.com/##twitter用户名&quot; class=&quot;mdui-btn mdui-btn-icon mdui-ripple&quot; mdui-tooltip=&quot;{content: 'Twitter'}&quot; target=&quot;_blank&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe915;&lt;/i&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;footer-copyright mdui-col-xs-6 mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-center&quot;&gt;Copyright &amp;copy; &lt;script&gt;document.write(new Date().getFullYear());&lt;/script&gt; &lt;a href=&quot;https://www.eaimty.com/&quot;&gt;##名称&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;footer-credit mdui-col-xs-3 mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-center&quot;&gt;
&lt;div&gt;Powered by &lt;a href=&quot;https://wodemo.net/&quot; target=&quot;_blank&quot;&gt;Wodemo&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;and Theme &lt;a href=&quot;https://www.eaimty.com/theme.html&quot; target=&quot;_blank&quot;&gt;materiality&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;http://www.beian.miit.gov.cn/&quot; target=&quot;_blank&quot;&gt;京ICP备 备你妈的案&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/footer&gt;
&lt;/div&gt;

&lt;button class=&quot;mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent mdui-fab-hide&quot; id=&quot;scrolltop&quot; onclick=&quot;window.scroll({ top: 0, left: 0, behavior: 'smooth' })&quot;&gt;&lt;i class=&quot;mdui-icon materiality-icons&quot;&gt;&amp;#xe919;&lt;/i&gt;&lt;/button&gt;


&lt;/div&gt;
&lt;!--page content--&gt;
&lt;div class=&quot;page-content&quot;&gt;
&lt;div class=&quot;mdui-container&quot; id=&quot;wo-main&quot;&gt;

&lt;div class=&quot;mdui-card mdui-shadow-3 mdui-m-y-3&quot;&gt;
&lt;div class=&quot;mdui-card-primary&quot;&gt;
&lt;div class=&quot;mdui-card-primary-title&quot;&gt;&lt;a class=&quot;mdui-text-color-theme-accent&quot; href=&quot;https://www.eaimty.com/about.html&quot;&gt;{wo.entry.title}&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;mdui-card-primary-subtitle&quot;&gt;{wo.entry.creation.datestr}&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-card-content mdui-typo&quot;&gt;
{wo.entry.main}&lt;/div&gt;
&lt;/div&gt;{wo.entry.prevnext}
&lt;div id=&quot;comments&quot; class=&quot;mdui-card mdui-shadow-3 mdui-m-y-3 comment-parent comment-odd&quot;&gt;
&lt;div class=&quot;mdui-card-content mdui-typo&quot;&gt;
                {wo.entry.comments}
            &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;

$(&quot;body&quot;).addClass(&quot;mdui-appbar-with-toolbar mdui-theme-primary-indigo mdui-theme-accent-pink&quot;);

$(&quot;#wo-main&quot;).after($(&quot;#move-this footer&quot;)).after($(&quot;#move-this .mdui-fab&quot;));

$(&quot;.wo-entry-prev-next&gt;a&quot;).prependTo(&quot;#rss&quot;).wrap(&quot;&lt;li class=\&quot;mdui-menu-item\&quot;&gt;&lt;/li&gt;&quot;);

$(&quot;#comments input[type=submit]&quot;).addClass(&quot;mdui-btn mdui-btn-block mdui-color-blue-a200&quot;);
$(&quot;#comments input[type=input]&quot;).addClass(&quot;mdui-textfield-input&quot;).wrap(&quot;&lt;div class=\&quot;mdui-textfield\&quot;&gt;&quot;).attr(&quot;maxlength&quot;, &quot;60&quot;).before(&quot;&lt;i class=\&quot;mdui-icon materiality-icons\&quot;&gt;&amp;#xe911&lt;/i&gt;&quot;);
$(&quot;.wo-reply-textarea&quot;).addClass(&quot;mdui-textfield-input&quot;).attr(&quot;maxlength&quot;, &quot;2000&quot;).before(&quot;&lt;label class=\&quot;mdui-textfield-label\&quot;&gt;Message&lt;/label&gt;&quot;).wrap(&quot;&lt;div class=\&quot;mdui-textfield mdui-textfield-floating-label\&quot;&gt;&quot;);
/*GET搜索函数*/
function searchit(key){
//开始
if (typeof arguments[1] === &quot;undefined&quot;) {
window.pageS=&quot;1&quot;;
}else{
window.pageS=arguments[1];
}
mdui.snackbar({
  message: '搜索中，请稍候。。。'
});
var url=&quot;/search?q=&quot; +key+ &quot;&amp;page=&quot;+pageS;
//发送get请求
$.get(url, function(data) {
//数据处理
var a=data.indexOf('&lt;div class=&quot;wo-search-result-area&quot;&gt;');    
var b=data.lastIndexOf('&lt;br /&gt;');  
var c=data.substr(a,b-a);
//mdui.alert(c, key+&quot;搜索结果&quot;);
//开始输出
mdui.dialog({
  title: '搜索结果:'+key+' —— 第'+pageS+'页',
  content: c,
  buttons: [
    {
      text: '上一页',
      onclick: function(inst){
       searchit(key,Number(window.pageS)-1);
      }
    },
    {
      text: '下一页',
      onClick: function(inst){
        searchit(key,Number(window.pageS)+1);
      }
    },
    {
      text: '关闭',
    }
  ]
});
//结束输出，修饰搜索结果
$(&quot;.wo-search-result-item em&quot;).wrap(&quot;&lt;mark&gt;&lt;/mark&gt;&quot;);
$(&quot;.wo-search-result-item a&quot;).addClass(&quot;mdui-typo-title mdui-text-color-theme-accent&quot;);
});
//结束
}
&lt;/script&gt;
&lt;/div&gt;&lt;div style=&quot;display:none&quot;&gt;
```


## 首页模板
```html
    {wo.site.htmlhead}
    {wo.site.categories}
    {wo.site.entries}
    {wo.site.prevnext}
    {wo.site.searchform}
&lt;/div&gt;&lt;div style=&quot;display:none&quot;&gt;
```



## 首页列表单行的模板
```html
&lt;div class=&quot;mdui-card mdui-shadow-3 mdui-hoverable mdui-m-y-3&quot;&gt;
&lt;div class=&quot;mdui-card-primary&quot;&gt;
&lt;div class=&quot;mdui-card-primary-title&quot;&gt;&lt;a class=&quot;mdui-text-color-theme-accent&quot; href=&quot;{wo.entry.url}&quot;&gt;{wo.entry.title}&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;mdui-card-primary-subtitle&quot;&gt;{wo.entry.creation.datestr.ymd}&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-card-content mdui-typo&quot;&gt;
{wo.entry.text.all}
&lt;/div&gt;
&lt;div class=&quot;mdui-card-actions&quot;&gt;
&lt;a class=&quot;mdui-btn mdui-ripple mdui-text-color-theme-accent&quot; href=&quot;{wo.entry.url}&quot;&gt;继续阅读&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
```]]></description>
    </item>
        <item>
        <title><![CDATA[wodemo主题css指南]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/529826]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Sat, 14 Mar 2020 01:03:20 -0700]]></pubDate>
        <description><![CDATA[## 探讨纯css装饰wodemo

### Step 1
CSS第一步，reset
```css
/* normalize.css v8.0.1 */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;#fff-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
```

### Step 2
```css
/* my css */

*{box-sizing:border-box}
盒模型设置，按照喜好来


#ln{display: none}
这个hr一般不要


a[href^='/cat/'] {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
分类链接inline-block


h1,h2,h3,h4,h5,h6{
    padding:4px 8px;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2); 
}
大标题，按照喜好来


.wo-entry-list&gt;li{
    display: block;
    padding: 1em;
    margin: 2em 1em;
}
首页文章块设置成block或者inline-block


a{
color:#88ffff;
text-decoration:none;
}
链接统一设置颜色，去下划线，按照喜好来


.wo-entry-list&gt;li&gt;a{
color: #66ccff;
line-height:2em;
font-size:1.5em
}
特别照顾首页文章链接



.pagination&gt;span,.pagination&gt;a {
    opacity:0.9;
    transition-duration: 1.5s;
}

.pagination&gt;a:hover,.pagination&gt;span:hover {
    
}
分页链接，span不可点，可以分别设置



form[action='/search']{
    
}
设置搜索框区域



form[action='/search']&gt;input[type=text]{
    border-radius: 5px;
    padding:.1em .5em;
    line-height:1.4em;
    border:0 solid;
}
设置一下搜索框


form[action='/search']&gt;input[type=submit]{
border-radius: 5px;
}
设置一下搜索按钮


.wo-entry-section,form[action^=&quot;https://s.wodemo.&quot;]{
    padding:1% 5%
}
给文章块一点padding


textarea[name=content],form[action^=&quot;https://s.wodemo.&quot;] input{
    
}
设置评论框，按照喜好来


.wo-entry-prev-next{
   
}
文章上下页块



.wo-entry-prev-next&gt;a{
    
}
上下页链接



html{
   padding:1%
}
可以让页面留点内边距


input[type=submit],button{
    transition-duration: 1.5s;
    background-color:#fff;
    border:#fff solid;
    border-redius:8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
input[type=submit]:hover,button:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
设置所有按钮，按照喜好来
```]]></description>
    </item>
        <item>
        <title><![CDATA[(Discarded)一个MD主题]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/528276]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Mon, 03 Feb 2020 06:50:54 -0800]]></pubDate>
        <description><![CDATA[## 说明(必读)
&lt;b&gt;此主题已废弃。请使用&lt;https://theme.wodemo.net/entry/531436&gt;代替&lt;/b&gt;&lt;br&gt;&lt;br&gt;
基于&lt;https://theme.wodemo.net/entry/510991&gt;，尽量让wodemo的元素套进MDUI里。因此，**不适配文件页**，也不建议使用文件页。
&lt;br&gt;&lt;br&gt;
&lt;ol&gt;
&lt;li&gt;pv统计使用不蒜子&lt;/li&gt;
&lt;li&gt;代码高亮使用highlight.js&lt;/li&gt;
&lt;li&gt;首页列表单行的模板中，你可以选择&lt;b&gt;列表&lt;/b&gt;或&lt;b&gt;卡片&lt;/b&gt;，在&lt;b&gt;列表&lt;/b&gt;方案下，采用http://www.dmoe.cc/获取随机图片，并套上wp.com的cdn实现每篇撰文固定图片，可自行修改，php搭建示例&lt;a href=&quot;https://github.com/Crazy-White/Random-Picture&quot;&gt;https://github.com/Crazy-White/Random-Picture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;重要！&lt;/b&gt;使用浏览器的页内查找功能，&lt;b&gt;搜索@@&lt;/b&gt;，即可查看应该修改的代码!&lt;/li&gt;
&lt;li&gt;部分代码采用gitea加载&lt;/li&gt;
&lt;li&gt;作为统计，可能会记录网站的location信息&lt;/li&gt;
&lt;/ol&gt;
&lt;br&gt;&lt;br&gt;
预览: &lt;https://0www.wodemo.com/&gt;
&lt;br&gt;&lt;small&gt;wodemo的markdown渲染太laji了&lt;/small&gt;
&lt;p&gt;
说实在的，把theme by那行删了无所谓的，能加个友链当然更好。实在无法理解把theme by改成自己的，何况已经预留了copyright位。我个人觉得这有点无耻了。
&lt;img src=&quot;https://img.rruu.net/image/5e7c36c9af334&quot;&gt;
&lt;/p&gt;
## 代码
#### CSS
```css
#wo-footer{
width:100%;
margin:10px auto;
padding:32px;
text-align:center
}

footer a{
color:white
}

.wo-entry{
margin: 10px auto;
max-width:900px;
}

@media screen and (max-width: 48em){
.wo-entry{max-width:98%;}
}

a {
color:#09c;
text-decoration:none
}

.wo-search-form,#ln-h {
display:none
}


#my-entry-title {
border-bottom:1px solid #eee;
font-size:1rem
}

#my-entry-time,#my-entry-title {
text-align:center;
margin:0 20px;
padding:10px 0
}

#my-entry-time {
border-bottom:1px dotted #eee;
color:#999;
font-size:.8rem
}

* {
max-width:100%
word-wrap:break-word;
box-sizing:border-box
}

a.wo-toggle-link,.wo-entry-section a,.wo-main-body&gt;a[href$=wodemo.com/],.wo-main-body&gt;a[href$=wodemo.net],.wo-main-body&gt;a[href*=filetalkdelete],.wo-main-body&gt;div&gt;a[href*=compose],.wo-main-body&gt;div&gt;a[href*=editfile] {
color:#1ad
}
```
#### 头部 HTML
```html
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://gitea.com/CrazyWhite/WodemoLib/raw/branch/master/SimpleMD.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;//cdnjs.loli.net/ajax/libs/mdui/0.4.3/css/mdui.min.css&quot;&gt;
&lt;script src=&quot;//cdnjs.loli.net/ajax/libs/mdui/0.4.3/js/mdui.min.js&quot;&gt;
&lt;/script&gt;
&lt;script src=&quot;//cdnjs.loli.net/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;
&lt;/script&gt;
&lt;script async src=&quot;//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js&quot;&gt;
&lt;/script&gt;
&lt;!--检查加载状态--&gt;
&lt;div id=&quot;loading&quot; class=&quot;mdui-card&quot;style=&quot;height:100%;width:100%;position:fixed;z-index:100;overflow:hidden;padding:100px 16px&quot;&gt;
&lt;div class=&quot;mdui-card-content mdui-valign&quot;&gt;
&lt;div class=&quot;mdui-spinner&quot;&gt;&lt;/div&gt;&amp;nbsp;Loading...&lt;br&gt;&lt;div id=&quot;loadMsg1&quot;&gt;&lt;/div&gt;&lt;br&gt;&lt;div id=&quot;loadMsg2&quot;&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style=&quot;height:100px&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;mdui-card-actions&quot;&gt;&lt;button class=&quot;mdui-btn mdui-color-theme-accent mdui-float-right&quot; onclick=&quot;closeLoading()&quot;&gt;强制关闭&lt;/button&gt;&lt;/div&gt;
&lt;center&gt;&lt;small&gt;若窗口长时间未自动关闭，可能是网页的资源加载有问题&lt;/small&gt;&lt;/center&gt;
&lt;/div&gt;

&lt;script&gt;
function closeLoading(){
$(&quot;#loading&quot;).remove();
}

document.onreadystatechange = function () {
    if (document.readyState === &quot;loading&quot;) {
        $(&quot;#loadMsg1&quot;).html(&quot;Loading State...Done!&quot;);
    }
    if (document.readyState === &quot;interactive&quot;) {
        $(&quot;#loadMsg2&quot;).html(&quot;Interactive State...Done&quot;);
    }
    if (document.readyState === &quot;complete&quot;) {
        closeLoading();
    }
}


&lt;/script&gt;
&lt;script&gt;
function loadCheck(){
var loadChecker=mdui.dialog({
  content: '&lt;div class=&quot;mdui-valign&quot;&gt;&lt;div class=&quot;mdui-spinner mdui-spinner-colorful&quot;&gt;&lt;/div&gt;&lt;span&gt;Loading...&lt;/span&gt;&lt;/div&gt;',
  buttons: [
    {
      text: '强制关闭'
    }
  ]
});

document.onreadystatechange = function () {
    if (document.readyState === &quot;complete&quot;) {
        loadChecker.close();
    }
}

}

&lt;/script&gt;
&lt;!--导航 开始--&gt;
&lt;div class=&quot;mdui-appbar mdui-appbar-fixed mdui-appbar-scroll-hide&quot;&gt;
  &lt;div class=&quot;mdui-toolbar mdui-color-theme&quot;&gt;
    &lt;a mdui-drawer=&quot;{target: '#main-drawer'}&quot; href=&quot;javascript:;&quot; class=&quot;mdui-btn mdui-btn-icon&quot;&gt;&lt;i class=&quot;mdui-icon material-icons&quot;&gt;menu&lt;/i&gt;&lt;/a&gt;
    &lt;a href=&quot;javascript:;&quot; class=&quot;mdui-typo-headline&quot;&gt;@@标题&lt;/a&gt;
    &lt;div class=&quot;mdui-toolbar-spacer&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;mdui-textfield mdui-textfield-expandable mdui-float-right&quot;&gt;
        &lt;button class=&quot;mdui-textfield-icon mdui-btn mdui-btn-icon&quot;&gt;
            &lt;i class=&quot;mdui-icon material-icons&quot;&gt;
                search
            &lt;/i&gt;
        &lt;/button&gt;
        &lt;form action=&quot;/search&quot;&gt;
            &lt;input class=&quot;mdui-textfield-input&quot; type=&quot;text&quot; placeholder=&quot;Search&quot; name=&quot;q&quot;
            value=&quot;&quot; /&gt;
        &lt;/form&gt;
        &lt;button class=&quot;mdui-textfield-close mdui-btn mdui-btn-icon&quot;&gt;
            &lt;i class=&quot;mdui-icon material-icons&quot;&gt;
                close
            &lt;/i&gt;
        &lt;/button&gt;
    &lt;/div&gt;
    
  &lt;/div&gt;
&lt;/div&gt;
&lt;!--侧边栏--&gt;
&lt;!-- Toolbar --&gt;
&lt;div class=&quot;mdui-drawer mdui-drawer-close&quot; id=&quot;main-drawer&quot;&gt;
    &lt;div class=&quot;mdui-list&quot; mdui-collapse=&quot;{accordion: true}&quot; style=&quot;margin-bottom: 76px;&quot;&gt;
        &lt;!-- List1 --&gt;
        &lt;div class=&quot;mdui-collapse-item mdui-collapse-item-open&quot;&gt;
            &lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
                &lt;i class=&quot;mdui-list-item-icon mdui-icon material-icons mdui-text-color-blue&quot;&gt;
                    near_me
                &lt;/i&gt;
                &lt;div class=&quot;mdui-list-item-content&quot;&gt;
                    分类
                &lt;/div&gt;
                &lt;i class=&quot;mdui-collapse-item-arrow mdui-icon material-icons&quot;&gt;
                    keyboard_arrow_down
                &lt;/i&gt;
            &lt;/div&gt;
            &lt;div class=&quot;mdui-collapse-item-body mdui-list fenlei&quot; style=&quot;display:block&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- List2 --&gt;
        &lt;div class=&quot;mdui-collapse-item mdui-collapse-item-close&quot;&gt;
            &lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
                &lt;i class=&quot;mdui-list-item-icon mdui-icon material-icons mdui-text-color-deep-orange&quot;&gt;
                    layers
                &lt;/i&gt;
                &lt;div class=&quot;mdui-list-item-content&quot;&gt;
                    @@其他
                &lt;/div&gt;
                &lt;i class=&quot;mdui-collapse-item-arrow mdui-icon material-icons&quot;&gt;
                    keyboard_arrow_down
                &lt;/i&gt;
            &lt;/div&gt;
            &lt;div class=&quot;mdui-collapse-item-body mdui-list&quot;&gt;
                &lt;a href=&quot;@@链接&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
                    @@名字
                &lt;/a&gt;
                &lt;a href=&quot;@@链接&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
                    @@名字
                &lt;/a&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;!--导航 结束--&gt;
&lt;div class=&quot;mdui-text-color-white-text 
&quot; style='width:100%;background-image: url(&quot;https://i0.wp.com/i.postimg.cc/zf4MdnL7/72011358-p0-master1200.png&quot;);background-size:100% 100%;background-repeat:no-repeat;background-origin:border-box;padding-top:18%;padding-bottom:18%'&gt;
    &lt;p class=&quot;mdui-typo-display-2&quot; style=&quot;font-weight:100;text-align:center&quot;&gt;
        @@修改大标题
    &lt;/p&gt;
&lt;/div&gt;
&lt;!--jQuery移动的页脚--&gt;
&lt;div style=&quot;display:none&quot;&gt;
    &lt;footer class=&quot;mdui-color-theme mdui-align&quot; id=&quot;wo-footer&quot;&gt;
        &lt;strong&gt;
            Copyright ©
            &lt;script&gt;
document.write(new Date().getFullYear());
            &lt;/script&gt;
            &amp;nbsp;
            &lt;a href=&quot;@@这是链接&quot;&gt;
                @@修改这里
            &lt;/a&gt;
        &lt;/strong&gt;
        &lt;br&gt;
        &lt;br&gt;
        Theme &lt;a href=&quot;https://theme.wodemo.net/SimpleMD&quot;&gt;SimpleMD&lt;/a&gt; by
        &lt;a href=&quot;https://blog.poo.li&quot;&gt;
            Crazy白茫茫
        &lt;/a&gt;
&lt;/div&gt;
&lt;/footer&gt;
&lt;/div&gt;
&lt;script src=&quot;https://gitea.com/CrazyWhite/WodemoLib/raw/branch/master/SimpleMD-home.js&quot;&gt;&lt;/script&gt;
```
#### 尾部 JavaScript
//不需要填写

#### 撰文模板
```html
&lt;link rel=&quot;stylesheet&quot; href=&quot;//cdnjs.loli.net/ajax/libs/mdui/0.4.3/css/mdui.min.css&quot;&gt;
&lt;script src=&quot;//cdnjs.loli.net/ajax/libs/mdui/0.4.3/js/mdui.min.js&quot;&gt;
&lt;/script&gt;
&lt;script src=&quot;//cdnjs.loli.net/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;
&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://lib.baomitu.com/highlight.js/9.15.8/styles/googlecode.min.css&quot;&gt;
&lt;script src=&quot;https://lib.baomitu.com/highlight.js/9.15.8/highlight.min.js&quot;&gt;
&lt;/script&gt;
&lt;script&gt;
	hljs.initHighlightingOnLoad();
&lt;/script&gt;
&lt;script async src=&quot;//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js&quot;&gt;
&lt;/script&gt;
&lt;!--导航 开始--&gt;
&lt;div class=&quot;mdui-appbar mdui-appbar-fixed mdui-appbar-scroll-hide&quot;&gt;
	&lt;div class=&quot;mdui-toolbar mdui-color-theme&quot;&gt;
		&lt;a mdui-drawer=&quot;{target: '#main-drawer'}&quot; href=&quot;javascript:;&quot; class=&quot;mdui-btn mdui-btn-icon&quot;&gt;
			&lt;i class=&quot;mdui-icon material-icons&quot;&gt;
				menu
			&lt;/i&gt;
		&lt;/a&gt;
		&lt;a href=&quot;/&quot; class=&quot;mdui-typo-headline&quot;&gt;
			@@标题
		&lt;/a&gt;
		&lt;div class=&quot;mdui-toolbar-spacer&quot;&gt;
		&lt;/div&gt;
		&lt;div class=&quot;mdui-textfield mdui-textfield-expandable mdui-float-right&quot;&gt;
			&lt;button class=&quot;mdui-textfield-icon mdui-btn mdui-btn-icon&quot;&gt;
				&lt;i class=&quot;mdui-icon material-icons&quot;&gt;
					search
				&lt;/i&gt;
			&lt;/button&gt;
			&lt;form action=&quot;/search&quot;&gt;
				&lt;input class=&quot;mdui-textfield-input&quot; type=&quot;text&quot; placeholder=&quot;Search&quot; name=&quot;q&quot;
				value=&quot;&quot; /&gt;
			&lt;/form&gt;
			&lt;button class=&quot;mdui-textfield-close mdui-btn mdui-btn-icon&quot;&gt;
				&lt;i class=&quot;mdui-icon material-icons&quot;&gt;
					close
				&lt;/i&gt;
			&lt;/button&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;!--侧边栏--&gt;
&lt;!-- Toolbar --&gt;
&lt;div class=&quot;mdui-drawer mdui-drawer-close&quot; id=&quot;main-drawer&quot;&gt;
	&lt;div class=&quot;mdui-list&quot; mdui-collapse=&quot;{accordion: true}&quot; style=&quot;margin-bottom: 76px;&quot;&gt;
		&lt;!-- List --&gt;
		&lt;div class=&quot;mdui-collapse-item mdui-collapse-item-open&quot;&gt;
			&lt;div class=&quot;mdui-collapse-item-header mdui-list-item mdui-ripple&quot;&gt;
				&lt;i class=&quot;mdui-list-item-icon mdui-icon material-icons mdui-text-color-deep-orange&quot;&gt;
					layers
				&lt;/i&gt;
				&lt;div class=&quot;mdui-list-item-content&quot;&gt;
					@@列表名字
				&lt;/div&gt;
				&lt;i class=&quot;mdui-collapse-item-arrow mdui-icon material-icons&quot;&gt;
					keyboard_arrow_down
				&lt;/i&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mdui-collapse-item-body mdui-list&quot;&gt;
				&lt;a href=&quot;@@1链接&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
					@@1名字
				&lt;/a&gt;
				&lt;a href=&quot;@@2链接&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt;
					@@2名字
				&lt;/a&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;!--导航 结束--&gt;
&lt;div style=&quot;height:4em&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;mdui-container&quot;&gt;
	&lt;div class=&quot;mdui-typo&quot;&gt;
		&lt;h1&gt;
			{wo.entry.title}
		&lt;/h1&gt;
		&lt;center&gt;
			&lt;small timestamp=&quot;{wo.entry.creation.timestamp}&quot;&gt;
				&lt;i class=&quot;mdui-icon material-icons&quot;&gt;
					&amp;#xe192;
				&lt;/i&gt;
				{wo.entry.creation.datestr} &amp;nbsp;&amp;nbsp;
				&lt;span id=&quot;busuanzi_container_site_pv&quot;&gt;
					&lt;i class=&quot;mdui-icon material-icons&quot;&gt;
						&amp;#xe417;
					&lt;/i&gt;
					&lt;span id=&quot;busuanzi_value_page_pv&quot;&gt;
					&lt;/span&gt;
				&lt;/span&gt;
			&lt;/small&gt;
		&lt;/center&gt;
		{wo.entry.main} {wo.entry.prevnext}
		&lt;div id=&quot;wo-comments&quot; class=&quot;mdui-card&quot;&gt;
			&lt;div class=&quot;mdui-card-content&quot;&gt;
				{wo.entry.comments}
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script src=&quot;https://gitea.com/CrazyWhite/WodemoLib/raw/branch/master/SimpleMD-page.js&quot;&gt;
&lt;/script&gt;
&lt;/div&gt;
&lt;div style=&quot;display:none&quot;&gt;
```

#### 首页模板
```html
    {wo.site.htmlhead}
    {wo.site.categories}
    {wo.site.entries}
    {wo.site.prevnext}
    {wo.site.searchform}
&lt;/div&gt;&lt;div style=&quot;display:none&quot;&gt;
```
*下面两个任选其一，演示采用卡片模板*
#### 首页列表单行的模板(列表)
```html
 &lt;a href=&quot;{wo.entry.url}&quot; class=&quot;mdui-list-item mdui-ripple&quot;&gt; {wo.entry.title} &amp;emsp; &lt;div class=&quot;mdui-list-item-text&quot;&gt;&lt;i class=&quot;mdui-icon material-icons&quot;&gt;&amp;#xe192;&lt;/i&gt;{wo.entry.creation.datestr.ymd}
&amp;nbsp;{wo.file.ext}&lt;/div&gt;&lt;/a&gt;
&lt;div class=&quot;mdui-divider&quot;&gt;&lt;/div&gt;
```
#### 首页列表单行的模板(卡片)
```html
&lt;div class=&quot;mdui-card wo-entry&quot;&gt;
  &lt;div class=&quot;mdui-card-media&quot;&gt;
    &lt;img src=&quot;https://i0.wp.com/www.dmoe.cc/random.php?random={wo.entry.creation.timestamp}&quot;/ style=&quot;min-height:200px&quot;&gt;
    &lt;div class=&quot;mdui-card-media-covered mdui-card-media-covered-transparent&quot;&gt;
&lt;div class=&quot;mdui-card-media-covered&quot;&gt;
      &lt;div class=&quot;mdui-card-primary&quot;&gt;
        &lt;div class=&quot;mdui-card-primary-title&quot;&gt;{wo.entry.title}&lt;/div&gt;
        &lt;div class=&quot;mdui-card-primary-subtitle&quot;&gt;{wo.entry.creation.datestr.ymd}&lt;/div&gt;
      &lt;/div&gt;
&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;mdui-card-actions&quot;&gt;
    &lt;button class=&quot;mdui-btn mdui-ripple mdui-color-theme-accent mdui-float-left&quot; onclick=&quot;window.open('{wo.entry.url}')&quot;&gt;详细&amp;nbsp;&lt;i class=&quot;mdui-icon material-icons&quot;&gt;&amp;#xe5cc;&lt;/i&gt;&lt;/button&gt;
    &lt;button class=&quot;mdui-btn mdui-ripple mdui-color-theme-accent mdui-float-right&quot; onclick=&quot;window.open('{wo.entry.url}#wo-comments')&quot;&gt;回复&amp;nbsp;&lt;i class=&quot;mdui-icon material-icons&quot;&gt;&amp;#xe0b9;&lt;/i&gt;&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;
```]]></description>
    </item>
        <item>
        <title><![CDATA[CSS颜色参考]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/522021]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Sun, 04 Aug 2019 23:26:03 -0700]]></pubDate>
        <description><![CDATA[&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span&gt;颜色代码表（一）：&lt;/span&gt;&lt;/h3&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;2&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EEEEEE&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;EEEEEE&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCCFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFCCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF66FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF66FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF00FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#DDDDDD&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;DDDDDD&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCCCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFCCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF66CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF66CC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF00CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCCCCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCCCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFCC99&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6699&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF6699&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0099&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF0099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#BBBBBB&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;BBBBBB&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFCC66&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6666&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF6666&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0066&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF0066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#AAAAAA&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;AAAAAA&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFCC33&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6633&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF6633&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0033&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF0033&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#999999&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;999999&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC00&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFCC00&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6600&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF6600&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0000&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF0000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#888888&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;888888&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCCFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCCCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC66FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC66FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC00FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC00FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#777777&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;777777&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCCCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCCCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#CC66CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC66CC&lt;/td&gt;
&lt;td bgcolor=&quot;#CC00CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC00CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#666666&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;666666&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCC99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCCC99&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6699&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC6699&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0099&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC0099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#555555&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;555555&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCC66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCCC66&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6666&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC6666&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0066&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC0066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#444444&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;444444&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCC33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCCC33&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6633&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC6633&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0033&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC0033&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#333333&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;333333&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCC00&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCCC00&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6600&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC6600&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0000&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC0000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#222222&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;222222&lt;/td&gt;
&lt;td bgcolor=&quot;#99CCFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9966FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;9966FF&lt;/td&gt;
&lt;td bgcolor=&quot;#9900FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;9900FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#111111&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;111111&lt;/td&gt;
&lt;td bgcolor=&quot;#99CCCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#9966CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;9966CC&lt;/td&gt;
&lt;td bgcolor=&quot;#9900CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;9900CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#000000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;000000&lt;/td&gt;
&lt;td bgcolor=&quot;#99CC99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#996699&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;996699&lt;/td&gt;
&lt;td bgcolor=&quot;#990099&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;990099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF0000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FF0000&lt;/td&gt;
&lt;td bgcolor=&quot;#99CC66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99CC66&lt;/td&gt;
&lt;td bgcolor=&quot;#996666&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;996666&lt;/td&gt;
&lt;td bgcolor=&quot;#990066&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;990066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EE0000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;EE0000&lt;/td&gt;
&lt;td bgcolor=&quot;#99CC33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#996633&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;996633&lt;/td&gt;
&lt;td bgcolor=&quot;#990033&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;990033&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#DD0000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;DD0000&lt;/td&gt;
&lt;td bgcolor=&quot;#99CC00&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#996600&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;996600&lt;/td&gt;
&lt;td bgcolor=&quot;#990000&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;990000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CC0000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CC0000&lt;/td&gt;
&lt;td bgcolor=&quot;#66CCFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#6666FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;6666FF&lt;/td&gt;
&lt;td bgcolor=&quot;#6600FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;6600FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#BB0000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;BB0000&lt;/td&gt;
&lt;td bgcolor=&quot;#66CCCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#6666CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;6666CC&lt;/td&gt;
&lt;td bgcolor=&quot;#6600CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;6600CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#AA0000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;AA0000&lt;/td&gt;
&lt;td bgcolor=&quot;#66CC99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#666699&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;666699&lt;/td&gt;
&lt;td bgcolor=&quot;#660099&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;660099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#990000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;990000&lt;/td&gt;
&lt;td bgcolor=&quot;#66CC66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66CC66&lt;/td&gt;
&lt;td bgcolor=&quot;#666666&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;666666&lt;/td&gt;
&lt;td bgcolor=&quot;#660066&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;660066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#880000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;880000&lt;/td&gt;
&lt;td bgcolor=&quot;#66CC33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#666633&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;666633&lt;/td&gt;
&lt;td bgcolor=&quot;#660033&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;660033&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#770000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;770000&lt;/td&gt;
&lt;td bgcolor=&quot;#66CC00&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#666600&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;666600&lt;/td&gt;
&lt;td bgcolor=&quot;#660000&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;660000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#660000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;660000&lt;/td&gt;
&lt;td bgcolor=&quot;#33CCFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;33CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#3366FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;3366FF&lt;/td&gt;
&lt;td bgcolor=&quot;#3300FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;3300FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#550000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;550000&lt;/td&gt;
&lt;td bgcolor=&quot;#33CCCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;33CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#3366CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;3366CC&lt;/td&gt;
&lt;td bgcolor=&quot;#3300CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;3300CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#440000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;440000&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;33CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#336699&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;336699&lt;/td&gt;
&lt;td bgcolor=&quot;#330099&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;330099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#330000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;330000&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;33CC66&lt;/td&gt;
&lt;td bgcolor=&quot;#336666&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;336666&lt;/td&gt;
&lt;td bgcolor=&quot;#330066&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;330066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#220000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;220000&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;33CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#336633&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;336633&lt;/td&gt;
&lt;td bgcolor=&quot;#330033&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;330033&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#110000&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;110000&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC00&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;33CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#336600&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;336600&lt;/td&gt;
&lt;td bgcolor=&quot;#330000&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;330000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFFFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00CCFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;00CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#0066FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;0066FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0000FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;0000FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFFCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFFFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#00CCCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;00CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#0066CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;0066CC&lt;/td&gt;
&lt;td bgcolor=&quot;#0000CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;0000CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFF99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFFF99&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;00CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#006699&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;006699&lt;/td&gt;
&lt;td bgcolor=&quot;#000099&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;000099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFF66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFFF66&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;00CC66&lt;/td&gt;
&lt;td bgcolor=&quot;#006666&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;006666&lt;/td&gt;
&lt;td bgcolor=&quot;#000066&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;000066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFF33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FFFF33&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;00CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#006633&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;006633&lt;/td&gt;
&lt;td bgcolor=&quot;#000033&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;000033&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFF00&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;FFFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC00&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;00CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#006600&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;006600&lt;/td&gt;
&lt;td bgcolor=&quot;#000000&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFFFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCFFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF99FF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FF99FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF33FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF33FF&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF00&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;00FF00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFFCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCFFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF99CC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FF99CC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF33CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF33CC&lt;/td&gt;
&lt;td bgcolor=&quot;#00EE00&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;00EE00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFF99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCFF99&lt;/td&gt;
&lt;td bgcolor=&quot;#FF9999&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FF9999&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3399&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF3399&lt;/td&gt;
&lt;td bgcolor=&quot;#00DD00&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;00DD00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFF66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCFF66&lt;/td&gt;
&lt;td bgcolor=&quot;#FF9966&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FF9966&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3366&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF3366&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC00&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;00CC00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFF33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCFF33&lt;/td&gt;
&lt;td bgcolor=&quot;#FF9933&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FF9933&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3333&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF3333&lt;/td&gt;
&lt;td bgcolor=&quot;#00BB00&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;00BB00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFF00&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CCFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#FF9900&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;FF9900&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3300&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;FF3300&lt;/td&gt;
&lt;td bgcolor=&quot;#00AA00&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;00AA00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FFFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC99FF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CC99FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC33FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC33FF&lt;/td&gt;
&lt;td bgcolor=&quot;#009900&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;990099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FFCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#CC99CC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CC99CC&lt;/td&gt;
&lt;td bgcolor=&quot;#CC33CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC33CC&lt;/td&gt;
&lt;td bgcolor=&quot;#008800&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;008800&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FF99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9999&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CC9999&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3399&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC3399&lt;/td&gt;
&lt;td bgcolor=&quot;#007700&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;007700&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FF66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9966&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CC9966&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3366&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC3366&lt;/td&gt;
&lt;td bgcolor=&quot;#006600&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;006600&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FF33&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9933&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CC9933&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3333&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC3333&lt;/td&gt;
&lt;td bgcolor=&quot;#005500&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;005500&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FF00&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;99FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9900&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;CC9900&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3300&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;CC3300&lt;/td&gt;
&lt;td bgcolor=&quot;#004400&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;004400&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66FFFF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9999FF&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;9999FF&lt;/td&gt;
&lt;td bgcolor=&quot;#9933FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;9933FF&lt;/td&gt;
&lt;td bgcolor=&quot;#003300&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;003300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66FFCC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#9999CC&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;9999CC&lt;/td&gt;
&lt;td bgcolor=&quot;#9933CC&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;9933CC&lt;/td&gt;
&lt;td bgcolor=&quot;#002200&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;002200&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66FF99&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#999999&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;999999&lt;/td&gt;
&lt;td bgcolor=&quot;#993399&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;993399&lt;/td&gt;
&lt;td bgcolor=&quot;#001100&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;001100&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66FF66&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;66FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#999966&quot; width=&quot;89&quot; height=&quot;25&quot;&gt;999966&lt;/td&gt;
&lt;td bgcolor=&quot;#993366&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;993366&lt;/td&gt;
&lt;td bgcolor=&quot;#0000FF&quot; width=&quot;90&quot; height=&quot;25&quot;&gt;0000FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66FF33&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;66FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#999933&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;999933&lt;/td&gt;
&lt;td bgcolor=&quot;#993333&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;993333&lt;/td&gt;
&lt;td bgcolor=&quot;#0000EE&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;0000EE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66FF00&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;66FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#999900&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;999900&lt;/td&gt;
&lt;td bgcolor=&quot;#993300&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;993300&lt;/td&gt;
&lt;td bgcolor=&quot;#0000DD&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;0000DD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#33FFFF&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;33FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#6699FF&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;6699FF&lt;/td&gt;
&lt;td bgcolor=&quot;#6633FF&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;6633FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0000CC&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;0000CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#33FFCC&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;33FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#6699CC&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;6699CC&lt;/td&gt;
&lt;td bgcolor=&quot;#6633CC&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;6633CC&lt;/td&gt;
&lt;td bgcolor=&quot;#0000BB&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;0000BB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#33FF99&quot; width=&quot;89&quot; height=&quot;17&quot;&gt;33FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#669999&quot; width=&quot;89&quot; height=&quot;17&quot;&gt;669999&lt;/td&gt;
&lt;td bgcolor=&quot;#663399&quot; width=&quot;90&quot; height=&quot;17&quot;&gt;663399&lt;/td&gt;
&lt;td bgcolor=&quot;#0000AA&quot; width=&quot;90&quot; height=&quot;17&quot;&gt;0000AA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#33FF66&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;33FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#669966&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;669966&lt;/td&gt;
&lt;td bgcolor=&quot;#663366&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;663366&lt;/td&gt;
&lt;td bgcolor=&quot;#000099&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#33FF33&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;33FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#669933&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;669933&lt;/td&gt;
&lt;td bgcolor=&quot;#663333&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;663333&lt;/td&gt;
&lt;td bgcolor=&quot;#000088&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000088&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#33FF00&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;33FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#669900&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;669900&lt;/td&gt;
&lt;td bgcolor=&quot;#663300&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;663300&lt;/td&gt;
&lt;td bgcolor=&quot;#000077&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000077&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FFFF&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;00FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#3399FF&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;3399FF&lt;/td&gt;
&lt;td bgcolor=&quot;#3333FF&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;3333FF&lt;/td&gt;
&lt;td bgcolor=&quot;#000066&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FFCC&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;00FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#3399CC&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;3399CC&lt;/td&gt;
&lt;td bgcolor=&quot;#3333CC&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;3333CC&lt;/td&gt;
&lt;td bgcolor=&quot;#000055&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000055&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FF99&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;00FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#339999&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;339999&lt;/td&gt;
&lt;td bgcolor=&quot;#333399&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;333399&lt;/td&gt;
&lt;td bgcolor=&quot;#000044&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000044&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FF66&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;00FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#339966&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;339966&lt;/td&gt;
&lt;td bgcolor=&quot;#333366&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;333366&lt;/td&gt;
&lt;td bgcolor=&quot;#000033&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000033&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FF33&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;00FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#339933&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;339933&lt;/td&gt;
&lt;td bgcolor=&quot;#333333&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;333333&lt;/td&gt;
&lt;td bgcolor=&quot;#000022&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000022&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FF00&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;00FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#339900&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;339900&lt;/td&gt;
&lt;td bgcolor=&quot;#333300&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;333300&lt;/td&gt;
&lt;td bgcolor=&quot;#000011&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;000011&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#0099FF&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;0099FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0033FF&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;0033FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0099CC&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;0099CC&lt;/td&gt;
&lt;td bgcolor=&quot;#0033CC&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;0033CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#009999&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;009999&lt;/td&gt;
&lt;td bgcolor=&quot;#003399&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;003399&lt;/td&gt;
&lt;td bgcolor=&quot;#009966&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;009966&lt;/td&gt;
&lt;td bgcolor=&quot;#003366&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;003366&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#009933&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;009933&lt;/td&gt;
&lt;td bgcolor=&quot;#003333&quot; width=&quot;89&quot; height=&quot;19&quot;&gt;003333&lt;/td&gt;
&lt;td bgcolor=&quot;#009900&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;009900&lt;/td&gt;
&lt;td bgcolor=&quot;#003300&quot; width=&quot;90&quot; height=&quot;19&quot;&gt;003300&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span&gt;颜色代码表（二）：&lt;/span&gt;&lt;/h3&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;FFFFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#DDDDDD&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#DDDDDD&lt;/td&gt;
&lt;td bgcolor=&quot;#AAAAAA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#AAAAAA&lt;/td&gt;
&lt;td bgcolor=&quot;#888888&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#888888&lt;/td&gt;
&lt;td bgcolor=&quot;#666666&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#666666&lt;/td&gt;
&lt;td bgcolor=&quot;#444444&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#444444&lt;/td&gt;
&lt;td bgcolor=&quot;#000000&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#000000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFB7DD&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFB7DD&lt;/td&gt;
&lt;td bgcolor=&quot;#FF88C2&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF88C2&lt;/td&gt;
&lt;td bgcolor=&quot;#FF44AA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF44AA&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0088&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF0088&lt;/td&gt;
&lt;td bgcolor=&quot;#C10066&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#C10066&lt;/td&gt;
&lt;td bgcolor=&quot;#A20055&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#A20055&lt;/td&gt;
&lt;td bgcolor=&quot;#8C0044&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#8C0044&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFCCCC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFCCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF8888&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF8888&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3333&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF3333&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0000&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF0000&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0000&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CC0000&lt;/td&gt;
&lt;td bgcolor=&quot;#AA0000&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#AA0000&lt;/td&gt;
&lt;td bgcolor=&quot;#880000&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#880000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFC8B4&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFC8B4&lt;/td&gt;
&lt;td bgcolor=&quot;#FFA488&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFA488&lt;/td&gt;
&lt;td bgcolor=&quot;#FF7744&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF7744&lt;/td&gt;
&lt;td bgcolor=&quot;#FF5511&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF5511&lt;/td&gt;
&lt;td bgcolor=&quot;#E63F00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#E63F00&lt;/td&gt;
&lt;td bgcolor=&quot;#C63300&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#C63300&lt;/td&gt;
&lt;td bgcolor=&quot;#A42D00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#A42D00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFDDAA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFDDAA&lt;/td&gt;
&lt;td bgcolor=&quot;#FFBB66&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFBB66&lt;/td&gt;
&lt;td bgcolor=&quot;#FFAA33&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFAA33&lt;/td&gt;
&lt;td bgcolor=&quot;#FF8800&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF8800&lt;/td&gt;
&lt;td bgcolor=&quot;#EE7700&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#EE7700&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6600&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CC6600&lt;/td&gt;
&lt;td bgcolor=&quot;#BB5500&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#BB5500&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFEE99&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFEE99&lt;/td&gt;
&lt;td bgcolor=&quot;#FFDD55&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFDD55&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC22&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFCC22&lt;/td&gt;
&lt;td bgcolor=&quot;#FFBB00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFBB00&lt;/td&gt;
&lt;td bgcolor=&quot;#DDAA00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#DDAA00&lt;/td&gt;
&lt;td bgcolor=&quot;#AA7700&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#AA7700&lt;/td&gt;
&lt;td bgcolor=&quot;#886600&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#886600&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFFBB&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFFFBB&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF77&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFFF77&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF33&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFFF33&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#EEEE00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#EEEE00&lt;/td&gt;
&lt;td bgcolor=&quot;#BBBB00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#BBBB00&lt;/td&gt;
&lt;td bgcolor=&quot;#888800&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#888800&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EEFFBB&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#EEFFBB&lt;/td&gt;
&lt;td bgcolor=&quot;#DDFF77&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#DDFF77&lt;/td&gt;
&lt;td bgcolor=&quot;#CCFF33&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CCFF33&lt;/td&gt;
&lt;td bgcolor=&quot;#BBFF00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#BBFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#99DD00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#99DD00&lt;/td&gt;
&lt;td bgcolor=&quot;#88AA00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#88AA00&lt;/td&gt;
&lt;td bgcolor=&quot;#668800&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#668800&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFF99&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CCFF99&lt;/td&gt;
&lt;td bgcolor=&quot;#BBFF66&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#BBFF66&lt;/td&gt;
&lt;td bgcolor=&quot;#99FF33&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#99FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#77FF00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#77FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#66DD00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#66DD00&lt;/td&gt;
&lt;td bgcolor=&quot;#55AA00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#55AA00&lt;/td&gt;
&lt;td bgcolor=&quot;#227700&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#227700&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FF99&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#99FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#66FF66&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#66FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#33FF33&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#33FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#00DD00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00DD00&lt;/td&gt;
&lt;td bgcolor=&quot;#00AA00&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00AA00&lt;/td&gt;
&lt;td bgcolor=&quot;#008800&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#008800&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#BBFFEE&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#BBFFEE&lt;/td&gt;
&lt;td bgcolor=&quot;#77FFCC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#77FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#33FFAA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#33FFAA&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF99&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#00DD77&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00DD77&lt;/td&gt;
&lt;td bgcolor=&quot;#00AA55&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00AA55&lt;/td&gt;
&lt;td bgcolor=&quot;#008844&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#008844&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#AAFFEE&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#AAFFEE&lt;/td&gt;
&lt;td bgcolor=&quot;#77FFEE&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#77FFEE&lt;/td&gt;
&lt;td bgcolor=&quot;#33FFDD&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#33FFDD&lt;/td&gt;
&lt;td bgcolor=&quot;#00FFCC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#00DDAA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00DDAA&lt;/td&gt;
&lt;td bgcolor=&quot;#00AA88&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00AA88&lt;/td&gt;
&lt;td bgcolor=&quot;#008866&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#008866&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FFFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#99FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#66FFFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#66FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#33FFFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#33FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00FFFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00DDDD&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00DDDD&lt;/td&gt;
&lt;td bgcolor=&quot;#00AAAA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00AAAA&lt;/td&gt;
&lt;td bgcolor=&quot;#008888&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#008888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCEEFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CCEEFF&lt;/td&gt;
&lt;td bgcolor=&quot;#77DDFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#77DDFF&lt;/td&gt;
&lt;td bgcolor=&quot;#33CCFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#33CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00BBFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#00BBFF&lt;/td&gt;
&lt;td bgcolor=&quot;#009FCC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#009FCC&lt;/td&gt;
&lt;td bgcolor=&quot;#0088A8&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#0088A8&lt;/td&gt;
&lt;td bgcolor=&quot;#007799&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#007799&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCDDFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CCDDFF&lt;/td&gt;
&lt;td bgcolor=&quot;#99BBFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#99BBFF&lt;/td&gt;
&lt;td bgcolor=&quot;#5599FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#5599FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0066FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#0066FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0044BB&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#0044BB&lt;/td&gt;
&lt;td bgcolor=&quot;#003C9D&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#003C9D&lt;/td&gt;
&lt;td bgcolor=&quot;#003377&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#003377&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCCCFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CCCCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9999FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#9999FF&lt;/td&gt;
&lt;td bgcolor=&quot;#5555FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#5555FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0000FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#0000FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0000CC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#0000CC&lt;/td&gt;
&lt;td bgcolor=&quot;#0000AA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#0000AA&lt;/td&gt;
&lt;td bgcolor=&quot;#000088&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#000088&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCBBFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CCBBFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9F88FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#9F88FF&lt;/td&gt;
&lt;td bgcolor=&quot;#7744FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#7744FF&lt;/td&gt;
&lt;td bgcolor=&quot;#5500FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#5500FF&lt;/td&gt;
&lt;td bgcolor=&quot;#4400CC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#4400CC&lt;/td&gt;
&lt;td bgcolor=&quot;#2200AA&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#2200AA&lt;/td&gt;
&lt;td bgcolor=&quot;#220088&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#220088&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#D1BBFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#D1BBFF&lt;/td&gt;
&lt;td bgcolor=&quot;#B088FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#B088FF&lt;/td&gt;
&lt;td bgcolor=&quot;#9955FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#9955FF&lt;/td&gt;
&lt;td bgcolor=&quot;#7700FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#7700FF&lt;/td&gt;
&lt;td bgcolor=&quot;#5500DD&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#5500DD&lt;/td&gt;
&lt;td bgcolor=&quot;#4400B3&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#4400B3&lt;/td&gt;
&lt;td bgcolor=&quot;#3A0088&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#3A0088&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#E8CCFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#E8CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#D28EFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#D28EFF&lt;/td&gt;
&lt;td bgcolor=&quot;#B94FFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#B94FFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9900FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#9900FF&lt;/td&gt;
&lt;td bgcolor=&quot;#7700BB&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#7700BB&lt;/td&gt;
&lt;td bgcolor=&quot;#66009D&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#66009D&lt;/td&gt;
&lt;td bgcolor=&quot;#550088&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#550088&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#F0BBFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#F0BBFF&lt;/td&gt;
&lt;td bgcolor=&quot;#E377FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#E38EFF&lt;/td&gt;
&lt;td bgcolor=&quot;#D93EFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#E93EFF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC00FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CC00FF&lt;/td&gt;
&lt;td bgcolor=&quot;#A500CC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#A500CC&lt;/td&gt;
&lt;td bgcolor=&quot;#7A0099&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#7A0099&lt;/td&gt;
&lt;td bgcolor=&quot;#660077&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#660077&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFB3FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FFB3FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF77FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF77FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3EFF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF3EFF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00FF&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#FF0 0FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC00CC&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#CC00CC&lt;/td&gt;
&lt;td bgcolor=&quot;#990099&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#990099&lt;/td&gt;
&lt;td bgcolor=&quot;#770077&quot; width=&quot;95&quot; height=&quot;30&quot;&gt;#770077&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span&gt;颜色代码表（三）：&lt;/span&gt;&lt;/h3&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt; 酒红~鲜红&lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;maroon&lt;/td&gt;
&lt;td&gt;#800000&lt;/td&gt;
&lt;td bgcolor=&quot;#800000&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkred&lt;/td&gt;
&lt;td&gt;#8B0000&lt;/td&gt;
&lt;td bgcolor=&quot;#8B0000&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;brown&lt;/td&gt;
&lt;td&gt;#A52A2A&lt;/td&gt;
&lt;td bgcolor=&quot;#A52A2A&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;firebrick&lt;/td&gt;
&lt;td&gt;#B22222&lt;/td&gt;
&lt;td bgcolor=&quot;#B22222&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;crimson&lt;/td&gt;
&lt;td&gt;#DC143C&lt;/td&gt;
&lt;td bgcolor=&quot;#DC143C&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;red&lt;/td&gt;
&lt;td&gt;#FF0000&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0000&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt; 桃紅~紛紅&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt; &lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumvioletred&lt;/td&gt;
&lt;td&gt;#C71585&lt;/td&gt;
&lt;td bgcolor=&quot;#C71585&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;palevioletred&lt;/td&gt;
&lt;td&gt;#D87093&lt;/td&gt;
&lt;td bgcolor=&quot;#D87093&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;deeppink&lt;/td&gt;
&lt;td&gt;#FF1493&lt;/td&gt;
&lt;td bgcolor=&quot;#FF1493&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;fuchsia(magenta)&lt;/td&gt;
&lt;td&gt;#FF00FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00FF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;hotpink&lt;/td&gt;
&lt;td&gt;#FF69B4&lt;/td&gt;
&lt;td bgcolor=&quot;#FF69B4&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;pink&lt;/td&gt;
&lt;td&gt;#FFC0CB&lt;/td&gt;
&lt;td bgcolor=&quot;#FFC0CB&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightpink&lt;/td&gt;
&lt;td&gt;#FFB6C1&lt;/td&gt;
&lt;td bgcolor=&quot;#FFB6C1&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mistyrose&lt;/td&gt;
&lt;td&gt;#FFE4E1&lt;/td&gt;
&lt;td bgcolor=&quot;#FFE4E1&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lavenderblush&lt;/td&gt;
&lt;td&gt;#FFF0F5&lt;/td&gt;
&lt;td bgcolor=&quot;#FFF0F5&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt;紫&lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;indigo&lt;/td&gt;
&lt;td&gt;#4B0082&lt;/td&gt;
&lt;td bgcolor=&quot;#4B0082&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;purple&lt;/td&gt;
&lt;td&gt;#800080&lt;/td&gt;
&lt;td bgcolor=&quot;#800080&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkmagenta&lt;/td&gt;
&lt;td&gt;#8B008B&lt;/td&gt;
&lt;td bgcolor=&quot;#8B008B&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkorchid&lt;/td&gt;
&lt;td&gt;#9932CC&lt;/td&gt;
&lt;td bgcolor=&quot;#9932CC&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;blueviolet&lt;/td&gt;
&lt;td&gt;#8A2BE2&lt;/td&gt;
&lt;td bgcolor=&quot;#8A2BE2&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkviolet&lt;/td&gt;
&lt;td&gt;#9400D3&lt;/td&gt;
&lt;td bgcolor=&quot;#9400D3&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;slateblue&lt;/td&gt;
&lt;td&gt;#6A5ACD&lt;/td&gt;
&lt;td bgcolor=&quot;#6A5ACD&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumpurple&lt;/td&gt;
&lt;td&gt;#9370DB&lt;/td&gt;
&lt;td bgcolor=&quot;#9370DB&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumslateblue&lt;/td&gt;
&lt;td&gt;#7B68EE&lt;/td&gt;
&lt;td bgcolor=&quot;#7B68EE&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumorchid&lt;/td&gt;
&lt;td&gt;#BA55D3&lt;/td&gt;
&lt;td bgcolor=&quot;#BA55D3&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;violet&lt;/td&gt;
&lt;td&gt;#EE82EE&lt;/td&gt;
&lt;td bgcolor=&quot;#EE82EE&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;plum&lt;/td&gt;
&lt;td&gt;#DDA0DD&lt;/td&gt;
&lt;td bgcolor=&quot;#DDA0DD&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;thistle&lt;/td&gt;
&lt;td&gt;#D8BFD8&lt;/td&gt;
&lt;td bgcolor=&quot;#D8BFD8&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lavender&lt;/td&gt;
&lt;td&gt;#E6E6FA&lt;/td&gt;
&lt;td bgcolor=&quot;#E6E6FA&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt;褐~橘~米白&lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;saddlebrown&lt;/td&gt;
&lt;td&gt;#8B4513&lt;/td&gt;
&lt;td bgcolor=&quot;#8B4513&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;s&lt;a title=&quot;&quot; href=&quot;http://www.pcjqw.com/&quot;&gt;IE&lt;/a&gt;nna&lt;/td&gt;
&lt;td&gt;#A0522D&lt;/td&gt;
&lt;td bgcolor=&quot;#A0522D&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;chocolate&lt;/td&gt;
&lt;td&gt;#D2691E&lt;/td&gt;
&lt;td bgcolor=&quot;#D2691E&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;indianred&lt;/td&gt;
&lt;td&gt;#CD5C5C&lt;/td&gt;
&lt;td bgcolor=&quot;#CD5C5C&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;rosybrown&lt;/td&gt;
&lt;td&gt;#BC8F8F&lt;/td&gt;
&lt;td bgcolor=&quot;#BC8F8F&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightcorol&lt;/td&gt;
&lt;td&gt;#F08080&lt;/td&gt;
&lt;td bgcolor=&quot;#F08080&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;salmon&lt;/td&gt;
&lt;td&gt;#FA8072&lt;/td&gt;
&lt;td bgcolor=&quot;#FA8072&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightsalmon&lt;/td&gt;
&lt;td&gt;#FFA07A&lt;/td&gt;
&lt;td bgcolor=&quot;#FFA07A&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;orangered&lt;/td&gt;
&lt;td&gt;#FF4500&lt;/td&gt;
&lt;td bgcolor=&quot;#FF4500&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;tomato&lt;/td&gt;
&lt;td&gt;#FF6347&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6347&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;coral&lt;/td&gt;
&lt;td&gt;#FF7F50&lt;/td&gt;
&lt;td bgcolor=&quot;#FF7F50&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkorange&lt;/td&gt;
&lt;td&gt;#FF8C00&lt;/td&gt;
&lt;td bgcolor=&quot;#FF8C00&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;sandybrown&lt;/td&gt;
&lt;td&gt;#F4A460&lt;/td&gt;
&lt;td bgcolor=&quot;#F4A460&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;peru&lt;/td&gt;
&lt;td&gt;#CD853F&lt;/td&gt;
&lt;td bgcolor=&quot;#CD853F&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;tan&lt;/td&gt;
&lt;td&gt;#D2B48C&lt;/td&gt;
&lt;td bgcolor=&quot;#D2B48C&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;burlywood&lt;/td&gt;
&lt;td&gt;#DEB887&lt;/td&gt;
&lt;td bgcolor=&quot;#DEB887&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;wheat&lt;/td&gt;
&lt;td&gt;#F5DEB3&lt;/td&gt;
&lt;td bgcolor=&quot;#F5DEB3&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;moccasin&lt;/td&gt;
&lt;td&gt;#FFE4B5&lt;/td&gt;
&lt;td bgcolor=&quot;#FFE4B5&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;navajowhite&lt;/td&gt;
&lt;td&gt;#FFDEAD&lt;/td&gt;
&lt;td bgcolor=&quot;#FFDEAD&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;peachpuff&lt;/td&gt;
&lt;td&gt;#FFDAB9&lt;/td&gt;
&lt;td bgcolor=&quot;#FFDAB9&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;bisque&lt;/td&gt;
&lt;td&gt;#FFE4C4&lt;/td&gt;
&lt;td bgcolor=&quot;#FFE4C4&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;antuquewhite&lt;/td&gt;
&lt;td&gt;#FAEBD7&lt;/td&gt;
&lt;td bgcolor=&quot;#FAEBD7&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;papayawhip&lt;/td&gt;
&lt;td&gt;#FFEFD5&lt;/td&gt;
&lt;td bgcolor=&quot;#FFEFD5&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cornsilk&lt;/td&gt;
&lt;td&gt;#FFF8DC&lt;/td&gt;
&lt;td bgcolor=&quot;#FFF8DC&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;oldlace&lt;/td&gt;
&lt;td&gt;#FDF5E6&lt;/td&gt;
&lt;td bgcolor=&quot;#FDF5E6&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;linen&lt;/td&gt;
&lt;td&gt;#FAF0E6&lt;/td&gt;
&lt;td bgcolor=&quot;#FAF0E6&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;seashell&lt;/td&gt;
&lt;td&gt;#FFF5EE&lt;/td&gt;
&lt;td bgcolor=&quot;#FFF5EE&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;snow&lt;/td&gt;
&lt;td&gt;#FFFAFA&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFAFA&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;floralwhite&lt;/td&gt;
&lt;td&gt;#FFFAF0&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFAF0&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ivory&lt;/td&gt;
&lt;td&gt;#FFFFF0&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFF0&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mintcream&lt;/td&gt;
&lt;td&gt;#F5FFFA&lt;/td&gt;
&lt;td bgcolor=&quot;#F5FFFA&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt;金~黃&lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkgoldenrod&lt;/td&gt;
&lt;td&gt;#B8860B&lt;/td&gt;
&lt;td bgcolor=&quot;#B8860B&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;goldenrod&lt;/td&gt;
&lt;td&gt;#DAA520&lt;/td&gt;
&lt;td bgcolor=&quot;#DAA520&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;gold&lt;/td&gt;
&lt;td&gt;#FFD700&lt;/td&gt;
&lt;td bgcolor=&quot;#FFD700&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;yellow&lt;/td&gt;
&lt;td&gt;#FFFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF00&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkkhaki&lt;/td&gt;
&lt;td&gt;#BDB76B&lt;/td&gt;
&lt;td bgcolor=&quot;#BDB76B&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;khaki&lt;/td&gt;
&lt;td&gt;#F0E68C&lt;/td&gt;
&lt;td bgcolor=&quot;#F0E68C&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;palegoldenrod&lt;/td&gt;
&lt;td&gt;#EEE8AA&lt;/td&gt;
&lt;td bgcolor=&quot;#EEE8AA&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;beige&lt;/td&gt;
&lt;td&gt;#F5F5DC&lt;/td&gt;
&lt;td bgcolor=&quot;#F5F5DC&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lemonchiffon&lt;/td&gt;
&lt;td&gt;#FFFACD&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFACD&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightgoldenrodyellow&lt;/td&gt;
&lt;td&gt;#FAFAD2&lt;/td&gt;
&lt;td bgcolor=&quot;#FAFAD2&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightyellow&lt;/td&gt;
&lt;td&gt;#FFFFE0&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFE0&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt;~黃綠&lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkslategray&lt;/td&gt;
&lt;td&gt;#2F4F4F&lt;/td&gt;
&lt;td bgcolor=&quot;#2F4F4F&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkolivegreen&lt;/td&gt;
&lt;td&gt;#556B2F&lt;/td&gt;
&lt;td bgcolor=&quot;#556B2F&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;olive&lt;/td&gt;
&lt;td&gt;#808000&lt;/td&gt;
&lt;td bgcolor=&quot;#808000&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkgreen&lt;/td&gt;
&lt;td&gt;#006400&lt;/td&gt;
&lt;td bgcolor=&quot;#006400&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;forestgreen&lt;/td&gt;
&lt;td&gt;#228B22&lt;/td&gt;
&lt;td bgcolor=&quot;#228B22&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;seagreen&lt;/td&gt;
&lt;td&gt;#2E8B57&lt;/td&gt;
&lt;td bgcolor=&quot;#2E8B57&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;green(teal)&lt;/td&gt;
&lt;td&gt;#008080&lt;/td&gt;
&lt;td bgcolor=&quot;#008080&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightseagreen&lt;/td&gt;
&lt;td&gt;#20B2AA&lt;/td&gt;
&lt;td bgcolor=&quot;#20B2AA&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;madiumaquamarine&lt;/td&gt;
&lt;td&gt;#66CDAA&lt;/td&gt;
&lt;td bgcolor=&quot;#66CDAA&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumseagreen&lt;/td&gt;
&lt;td&gt;#3CB371&lt;/td&gt;
&lt;td bgcolor=&quot;#3CB371&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkseagreen&lt;/td&gt;
&lt;td&gt;#8FBC8F&lt;/td&gt;
&lt;td bgcolor=&quot;#8FBC8F&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;yellowgreen&lt;/td&gt;
&lt;td&gt;#9ACD32&lt;/td&gt;
&lt;td bgcolor=&quot;#9ACD32&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;limegreen&lt;/td&gt;
&lt;td&gt;#32CD32&lt;/td&gt;
&lt;td bgcolor=&quot;#32CD32&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lime&lt;/td&gt;
&lt;td&gt;#00FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF00&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;chartreuse&lt;/td&gt;
&lt;td&gt;#7FFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#7FFF00&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lawngreen&lt;/td&gt;
&lt;td&gt;#7CFC00&lt;/td&gt;
&lt;td bgcolor=&quot;#7CFC00&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;greenyellow&lt;/td&gt;
&lt;td&gt;#ADFF2F&lt;/td&gt;
&lt;td bgcolor=&quot;#ADFF2F&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumspringgreen&lt;/td&gt;
&lt;td&gt;#00FA9A&lt;/td&gt;
&lt;td bgcolor=&quot;#00FA9A&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;springgreen&lt;/td&gt;
&lt;td&gt;#00FF7F&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF7F&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightgreen&lt;/td&gt;
&lt;td&gt;#90EE90&lt;/td&gt;
&lt;td bgcolor=&quot;#90EE90&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;palegreen&lt;/td&gt;
&lt;td&gt;#98F898&lt;/td&gt;
&lt;td bgcolor=&quot;#98F898&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;aquamarine&lt;/td&gt;
&lt;td&gt;#7FFFD4&lt;/td&gt;
&lt;td bgcolor=&quot;#7FFFD4&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;honeydew&lt;/td&gt;
&lt;td&gt;#F0FFF0&lt;/td&gt;
&lt;td bgcolor=&quot;#F0FFF0&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt;藍&lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;midnightblue&lt;/td&gt;
&lt;td&gt;#191970&lt;/td&gt;
&lt;td bgcolor=&quot;#191970&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;navy&lt;/td&gt;
&lt;td&gt;#000080&lt;/td&gt;
&lt;td bgcolor=&quot;#000080&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkblue&lt;/td&gt;
&lt;td&gt;#00008B&lt;/td&gt;
&lt;td bgcolor=&quot;#00008B&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkslateblue&lt;/td&gt;
&lt;td&gt;#483D8B&lt;/td&gt;
&lt;td bgcolor=&quot;#483D8B&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumblue&lt;/td&gt;
&lt;td&gt;#0000CD&lt;/td&gt;
&lt;td bgcolor=&quot;#0000CD&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;royalblue&lt;/td&gt;
&lt;td&gt;#4169E1&lt;/td&gt;
&lt;td bgcolor=&quot;#4169E1&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;dodgerblue&lt;/td&gt;
&lt;td&gt;#1E90FF&lt;/td&gt;
&lt;td bgcolor=&quot;#1E90FF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cornflowerblue&lt;/td&gt;
&lt;td&gt;#6495ED&lt;/td&gt;
&lt;td bgcolor=&quot;#6495ED&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;deepskyblue&lt;/td&gt;
&lt;td&gt;#00BFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00BFFF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightskyblue&lt;/td&gt;
&lt;td&gt;#87CEFA&lt;/td&gt;
&lt;td bgcolor=&quot;#87CEFA&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightsteelblue&lt;/td&gt;
&lt;td&gt;#B0C4DE&lt;/td&gt;
&lt;td bgcolor=&quot;#B0C4DE&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightblue&lt;/td&gt;
&lt;td&gt;#ADD8E6&lt;/td&gt;
&lt;td bgcolor=&quot;#ADD8E6&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;steelblue&lt;/td&gt;
&lt;td&gt;#4682B4&lt;/td&gt;
&lt;td bgcolor=&quot;#4682B4&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkcyan&lt;/td&gt;
&lt;td&gt;#008B8B&lt;/td&gt;
&lt;td bgcolor=&quot;#008B8B&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cadetblue&lt;/td&gt;
&lt;td&gt;#5F9EA0&lt;/td&gt;
&lt;td bgcolor=&quot;#5F9EA0&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkturquoise&lt;/td&gt;
&lt;td&gt;#00CED1&lt;/td&gt;
&lt;td bgcolor=&quot;#00CED1&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mediumturquoise&lt;/td&gt;
&lt;td&gt;#48D1CC&lt;/td&gt;
&lt;td bgcolor=&quot;#48D1CC&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;turquoise&lt;/td&gt;
&lt;td&gt;#40E0D0&lt;/td&gt;
&lt;td bgcolor=&quot;#40E0D0&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;skyblue&lt;/td&gt;
&lt;td&gt;#87CECB&lt;/td&gt;
&lt;td bgcolor=&quot;#87CECB&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;powderblue&lt;/td&gt;
&lt;td&gt;#B0E0E6&lt;/td&gt;
&lt;td bgcolor=&quot;#B0E0E6&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;paleturquoise&lt;/td&gt;
&lt;td&gt;#AFEEEE&lt;/td&gt;
&lt;td bgcolor=&quot;#AFEEEE&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightcyan&lt;/td&gt;
&lt;td&gt;#E0FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#E0FFFF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;azure&lt;/td&gt;
&lt;td&gt;#F0FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#F0FFFF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;aliceblue&lt;/td&gt;
&lt;td&gt;#F0F8FF&lt;/td&gt;
&lt;td bgcolor=&quot;#F0F8FF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;aqua(cyan)&lt;/td&gt;
&lt;td&gt;#00FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00FFFF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-indent: 2em; text-align: center;&quot;&gt;黑~灰~白&lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;130&quot;&gt;顏色名稱&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;代碼&lt;/th&gt;&lt;th width=&quot;80&quot;&gt;
&lt;p style=&quot;text-indent: 2em;&quot;&gt;顏色&lt;/p&gt;
&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;black&lt;/td&gt;
&lt;td&gt;#000000&lt;/td&gt;
&lt;td bgcolor=&quot;#000000&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;dimgray&lt;/td&gt;
&lt;td&gt;#696969&lt;/td&gt;
&lt;td bgcolor=&quot;#696969&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;gray&lt;/td&gt;
&lt;td&gt;#808080&lt;/td&gt;
&lt;td bgcolor=&quot;#808080&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;slategray&lt;/td&gt;
&lt;td&gt;#708090&lt;/td&gt;
&lt;td bgcolor=&quot;#708090&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightslategray&lt;/td&gt;
&lt;td&gt;#778899&lt;/td&gt;
&lt;td bgcolor=&quot;#778899&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;darkgray&lt;/td&gt;
&lt;td&gt;#A9A9A9&lt;/td&gt;
&lt;td bgcolor=&quot;#A9A9A9&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;silver&lt;/td&gt;
&lt;td&gt;#C0C0C0&lt;/td&gt;
&lt;td bgcolor=&quot;#C0C0C0&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lightgray&lt;/td&gt;
&lt;td&gt;#D3D3D3&lt;/td&gt;
&lt;td bgcolor=&quot;#D3D3D3&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;gainsboro&lt;/td&gt;
&lt;td&gt;#DCDCDC&lt;/td&gt;
&lt;td bgcolor=&quot;#DCDCDC&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;whitesmoke&lt;/td&gt;
&lt;td&gt;#F5F5F5&lt;/td&gt;
&lt;td bgcolor=&quot;#F5F5F5&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ghostwhite&lt;/td&gt;
&lt;td&gt;#F8F8FF&lt;/td&gt;
&lt;td bgcolor=&quot;#F8F8FF&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;white&lt;/td&gt;
&lt;td&gt;#FFFFFF&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span&gt;颜色代码表（四）：&lt;/span&gt;&lt;/h3&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot; cellspacing=&quot;2&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFFFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFF0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFFFF0&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFE0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFFFE0&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFFF00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFAFA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFFAFA&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFAF0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFFAF0&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFACD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFFACD&lt;/td&gt;
&lt;td bgcolor=&quot;#FFF8DC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFF8DC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFF68F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFF68F&lt;/td&gt;
&lt;td bgcolor=&quot;#FFF5EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFF5EE&lt;/td&gt;
&lt;td bgcolor=&quot;#FFF0F5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFF0F5&lt;/td&gt;
&lt;td bgcolor=&quot;#FFEFDB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFEFDB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFEFD5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFEFD5&lt;/td&gt;
&lt;td bgcolor=&quot;#FFEC8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFEC8B&lt;/td&gt;
&lt;td bgcolor=&quot;#FFEBCD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFEBCD&lt;/td&gt;
&lt;td bgcolor=&quot;#FFE7BA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFE7BA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFE4E1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFE4E1&lt;/td&gt;
&lt;td bgcolor=&quot;#FFE4C4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFE4C4&lt;/td&gt;
&lt;td bgcolor=&quot;#FFE4B5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFE4B5&lt;/td&gt;
&lt;td bgcolor=&quot;#FFE1FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFE1FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFDEAD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFDEAD&lt;/td&gt;
&lt;td bgcolor=&quot;#FFDAB9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFDAB9&lt;/td&gt;
&lt;td bgcolor=&quot;#FFD700&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFD700&lt;/td&gt;
&lt;td bgcolor=&quot;#FFD39B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFD39B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFC1C1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFC1C1&lt;/td&gt;
&lt;td bgcolor=&quot;#FFC125&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFC125&lt;/td&gt;
&lt;td bgcolor=&quot;#FFC0CB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFC0CB&lt;/td&gt;
&lt;td bgcolor=&quot;#FFBBFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFBBFF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFB90F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFB90F&lt;/td&gt;
&lt;td bgcolor=&quot;#FFB6C1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFB6C1&lt;/td&gt;
&lt;td bgcolor=&quot;#FFB5C5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFB5C5&lt;/td&gt;
&lt;td bgcolor=&quot;#FFAEB9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFAEB9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFA54F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFA54F&lt;/td&gt;
&lt;td bgcolor=&quot;#FFA500&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFA500&lt;/td&gt;
&lt;td bgcolor=&quot;#FFA07A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FFA07A&lt;/td&gt;
&lt;td bgcolor=&quot;#FF8C69&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF8C69&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF8C00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF8C00&lt;/td&gt;
&lt;td bgcolor=&quot;#FF83FA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF83FA&lt;/td&gt;
&lt;td bgcolor=&quot;#FF82AB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF82AB&lt;/td&gt;
&lt;td bgcolor=&quot;#FF8247&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF8247&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF7F50&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF7F50&lt;/td&gt;
&lt;td bgcolor=&quot;#FF7F24&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF7F24&lt;/td&gt;
&lt;td bgcolor=&quot;#FF7F00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF7F00&lt;/td&gt;
&lt;td bgcolor=&quot;#FF7256&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF7256&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF6EB4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF6EB4&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6A6A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF6A6A&lt;/td&gt;
&lt;td bgcolor=&quot;#FF69B4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF69B4&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6347&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF6347&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF4500&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF4500&lt;/td&gt;
&lt;td bgcolor=&quot;#FF4040&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF4040&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3E96&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF3E96&lt;/td&gt;
&lt;td bgcolor=&quot;#FF34B3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF34B3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF3030&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF3030&lt;/td&gt;
&lt;td bgcolor=&quot;#FF1493&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF1493&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF00FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0000&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FF0000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FDF5E6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FDF5E6&lt;/td&gt;
&lt;td bgcolor=&quot;#FCFCFC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FCFCFC&lt;/td&gt;
&lt;td bgcolor=&quot;#FAFAFA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FAFAFA&lt;/td&gt;
&lt;td bgcolor=&quot;#FAFAD2&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FAFAD2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FAF0E6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FAF0E6&lt;/td&gt;
&lt;td bgcolor=&quot;#FAEBD7&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FAEBD7&lt;/td&gt;
&lt;td bgcolor=&quot;#FA8072&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#FA8072&lt;/td&gt;
&lt;td bgcolor=&quot;#F8F8FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F8F8FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#F7F7F7&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F7F7F7&lt;/td&gt;
&lt;td bgcolor=&quot;#F5FFFA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F5FFFA&lt;/td&gt;
&lt;td bgcolor=&quot;#F5F5F5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F5F5F5&lt;/td&gt;
&lt;td bgcolor=&quot;#F5F5DC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F5F5DC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#F5DEB3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F5DEB3&lt;/td&gt;
&lt;td bgcolor=&quot;#F4F4F4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F4F4F4&lt;/td&gt;
&lt;td bgcolor=&quot;#F4A460&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F4A460&lt;/td&gt;
&lt;td bgcolor=&quot;#F2F2F2&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F2F2F2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#F0FFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F0FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#F0FFF0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F0FFF0&lt;/td&gt;
&lt;td bgcolor=&quot;#F0F8FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F0F8FF&lt;/td&gt;
&lt;td bgcolor=&quot;#F0F0F0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F0F0F0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#F0E68C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F0E68C&lt;/td&gt;
&lt;td bgcolor=&quot;#F08080&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#F08080&lt;/td&gt;
&lt;td bgcolor=&quot;#EEEEE0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEEEE0&lt;/td&gt;
&lt;td bgcolor=&quot;#EEEED1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEEED1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EEEE00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEEE00&lt;/td&gt;
&lt;td bgcolor=&quot;#EEE9E9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEE9E9&lt;/td&gt;
&lt;td bgcolor=&quot;#EEE9BF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEE9BF&lt;/td&gt;
&lt;td bgcolor=&quot;#EEE8CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEE8CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EEE8AA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEE8AA&lt;/td&gt;
&lt;td bgcolor=&quot;#EEE685&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEE685&lt;/td&gt;
&lt;td bgcolor=&quot;#EEE5DE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEE5DE&lt;/td&gt;
&lt;td bgcolor=&quot;#EEE0E5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEE0E5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EEDFCC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEDFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#EEDC82&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEDC82&lt;/td&gt;
&lt;td bgcolor=&quot;#EED8AE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EED8AE&lt;/td&gt;
&lt;td bgcolor=&quot;#EED5D2&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EED5D2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EED5B7&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EED5B7&lt;/td&gt;
&lt;td bgcolor=&quot;#EED2EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EED2EE&lt;/td&gt;
&lt;td bgcolor=&quot;#EECFA1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EECFA1&lt;/td&gt;
&lt;td bgcolor=&quot;#EECBAD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EECBAD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EEC900&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEC900&lt;/td&gt;
&lt;td bgcolor=&quot;#EEC591&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEC591&lt;/td&gt;
&lt;td bgcolor=&quot;#EEB4B4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEB4B4&lt;/td&gt;
&lt;td bgcolor=&quot;#EEB422&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEB422&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EEAEEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEAEEE&lt;/td&gt;
&lt;td bgcolor=&quot;#EEAD0E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEAD0E&lt;/td&gt;
&lt;td bgcolor=&quot;#EEA9B8&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEA9B8&lt;/td&gt;
&lt;td bgcolor=&quot;#EEA2AD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EEA2AD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EE9A49&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE9A49&lt;/td&gt;
&lt;td bgcolor=&quot;#EE9A00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE9A00&lt;/td&gt;
&lt;td bgcolor=&quot;#EE9572&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE9572&lt;/td&gt;
&lt;td bgcolor=&quot;#EE82EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE82EE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EE8262&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE8262&lt;/td&gt;
&lt;td bgcolor=&quot;#EE7AE9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE7AE9&lt;/td&gt;
&lt;td bgcolor=&quot;#EE799F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE799F&lt;/td&gt;
&lt;td bgcolor=&quot;#EE7942&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE7942&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EE7621&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE7621&lt;/td&gt;
&lt;td bgcolor=&quot;#EE7600&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE7600&lt;/td&gt;
&lt;td bgcolor=&quot;#EE6AA7&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE6AA7&lt;/td&gt;
&lt;td bgcolor=&quot;#EE6A50&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE6A50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EE6363&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE6363&lt;/td&gt;
&lt;td bgcolor=&quot;#EE5C42&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE5C42&lt;/td&gt;
&lt;td bgcolor=&quot;#EE4000&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE4000&lt;/td&gt;
&lt;td bgcolor=&quot;#EE3B3B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE3B3B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EE3A8C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE3A8C&lt;/td&gt;
&lt;td bgcolor=&quot;#EE30A7&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE30A7&lt;/td&gt;
&lt;td bgcolor=&quot;#EE2C2C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE2C2C&lt;/td&gt;
&lt;td bgcolor=&quot;#EE1289&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE1289&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EE00EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE00EE&lt;/td&gt;
&lt;td bgcolor=&quot;#EE0000&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EE0000&lt;/td&gt;
&lt;td bgcolor=&quot;#EDEDED&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EDEDED&lt;/td&gt;
&lt;td bgcolor=&quot;#EBEBEB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EBEBEB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#EAEAEA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#EAEAEA&lt;/td&gt;
&lt;td bgcolor=&quot;#E9967A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E9967A&lt;/td&gt;
&lt;td bgcolor=&quot;#E8E8E8&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E8E8E8&lt;/td&gt;
&lt;td bgcolor=&quot;#E6E6FA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E6E6FA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#E5E5E5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E5E5E5&lt;/td&gt;
&lt;td bgcolor=&quot;#E3E3E3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E3E3E3&lt;/td&gt;
&lt;td bgcolor=&quot;#E0FFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E0FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#E0EEEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E0EEEE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#E0EEE0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E0EEE0&lt;/td&gt;
&lt;td bgcolor=&quot;#E0E0E0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E0E0E0&lt;/td&gt;
&lt;td bgcolor=&quot;#E066FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#E066FF&lt;/td&gt;
&lt;td bgcolor=&quot;#DEDEDE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DEDEDE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#DEB887&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DEB887&lt;/td&gt;
&lt;td bgcolor=&quot;#DDA0DD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DDA0DD&lt;/td&gt;
&lt;td bgcolor=&quot;#DCDCDC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DCDCDC&lt;/td&gt;
&lt;td bgcolor=&quot;#DC143C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DC143C&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#DBDBDB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DBDBDB&lt;/td&gt;
&lt;td bgcolor=&quot;#DB7093&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DB7093&lt;/td&gt;
&lt;td bgcolor=&quot;#DAA520&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DAA520&lt;/td&gt;
&lt;td bgcolor=&quot;#DA70D6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#DA70D6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#D9D9D9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D9D9D9&lt;/td&gt;
&lt;td bgcolor=&quot;#D8BFD8&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D8BFD8&lt;/td&gt;
&lt;td bgcolor=&quot;#D6D6D6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D6D6D6&lt;/td&gt;
&lt;td bgcolor=&quot;#D4D4D4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D4D4D4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#D3D3D3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D3D3D3&lt;/td&gt;
&lt;td bgcolor=&quot;#D2B48C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D2B48C&lt;/td&gt;
&lt;td bgcolor=&quot;#D2691E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D2691E&lt;/td&gt;
&lt;td bgcolor=&quot;#D1EEEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D1EEEE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#D1D1D1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D1D1D1&lt;/td&gt;
&lt;td bgcolor=&quot;#D15FEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D15FEE&lt;/td&gt;
&lt;td bgcolor=&quot;#D02090&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#D02090&lt;/td&gt;
&lt;td bgcolor=&quot;#CFCFCF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CFCFCF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CDCDC1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDCDC1&lt;/td&gt;
&lt;td bgcolor=&quot;#CDCDB4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDCDB4&lt;/td&gt;
&lt;td bgcolor=&quot;#CDCD00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDCD00&lt;/td&gt;
&lt;td bgcolor=&quot;#CDC9C9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDC9C9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CDC9A5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDC9A5&lt;/td&gt;
&lt;td bgcolor=&quot;#CDC8B1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDC8B1&lt;/td&gt;
&lt;td bgcolor=&quot;#CDC673&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDC673&lt;/td&gt;
&lt;td bgcolor=&quot;#CDC5BF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDC5BF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CDC1C5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDC1C5&lt;/td&gt;
&lt;td bgcolor=&quot;#CDC0B0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDC0B0&lt;/td&gt;
&lt;td bgcolor=&quot;#CDBE70&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDBE70&lt;/td&gt;
&lt;td bgcolor=&quot;#CDBA96&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDBA96&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CDB7B5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDB7B5&lt;/td&gt;
&lt;td bgcolor=&quot;#CDB79E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDB79E&lt;/td&gt;
&lt;td bgcolor=&quot;#CDB5CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDB5CD&lt;/td&gt;
&lt;td bgcolor=&quot;#CDB38B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDB38B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CDAF95&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDAF95&lt;/td&gt;
&lt;td bgcolor=&quot;#CDAD00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDAD00&lt;/td&gt;
&lt;td bgcolor=&quot;#CDAA7D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CDAA7D&lt;/td&gt;
&lt;td bgcolor=&quot;#CD9B9B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD9B9B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CD9B1D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD9B1D&lt;/td&gt;
&lt;td bgcolor=&quot;#CD96CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD96CD&lt;/td&gt;
&lt;td bgcolor=&quot;#CD950C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD950C&lt;/td&gt;
&lt;td bgcolor=&quot;#CD919E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD919E&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CD8C95&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD8C95&lt;/td&gt;
&lt;td bgcolor=&quot;#CD853F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD853F&lt;/td&gt;
&lt;td bgcolor=&quot;#CD8500&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD8500&lt;/td&gt;
&lt;td bgcolor=&quot;#CD8162&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD8162&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CD7054&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD7054&lt;/td&gt;
&lt;td bgcolor=&quot;#CD69C9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD69C9&lt;/td&gt;
&lt;td bgcolor=&quot;#CD6889&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD6889&lt;/td&gt;
&lt;td bgcolor=&quot;#CD6839&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD6839&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CD661D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD661D&lt;/td&gt;
&lt;td bgcolor=&quot;#CD6600&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD6600&lt;/td&gt;
&lt;td bgcolor=&quot;#CD6090&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD6090&lt;/td&gt;
&lt;td bgcolor=&quot;#CD5C5C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD5C5C&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CD5B45&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD5B45&lt;/td&gt;
&lt;td bgcolor=&quot;#CD5555&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD5555&lt;/td&gt;
&lt;td bgcolor=&quot;#CD4F39&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD4F39&lt;/td&gt;
&lt;td bgcolor=&quot;#CD3700&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD3700&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CD3333&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD3333&lt;/td&gt;
&lt;td bgcolor=&quot;#CD3278&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD3278&lt;/td&gt;
&lt;td bgcolor=&quot;#CD2990&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD2990&lt;/td&gt;
&lt;td bgcolor=&quot;#CD2626&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD2626&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CD1076&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD1076&lt;/td&gt;
&lt;td bgcolor=&quot;#CD00CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD00CD&lt;/td&gt;
&lt;td bgcolor=&quot;#CD0000&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CD0000&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCCCC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CCCCCC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CAFF70&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CAFF70&lt;/td&gt;
&lt;td bgcolor=&quot;#CAE1FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#CAE1FF&lt;/td&gt;
&lt;td bgcolor=&quot;#C9C9C9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C9C9C9&lt;/td&gt;
&lt;td bgcolor=&quot;#C7C7C7&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C7C7C7&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#C71585&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C71585&lt;/td&gt;
&lt;td bgcolor=&quot;#C6E2FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C6E2FF&lt;/td&gt;
&lt;td bgcolor=&quot;#C67171&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C67171&lt;/td&gt;
&lt;td bgcolor=&quot;#C5C1AA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C5C1AA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#C4C4C4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C4C4C4&lt;/td&gt;
&lt;td bgcolor=&quot;#C2C2C2&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C2C2C2&lt;/td&gt;
&lt;td bgcolor=&quot;#C1FFC1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C1FFC1&lt;/td&gt;
&lt;td bgcolor=&quot;#C1CDCD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C1CDCD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#C1CDC1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C1CDC1&lt;/td&gt;
&lt;td bgcolor=&quot;#C1C1C1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C1C1C1&lt;/td&gt;
&lt;td bgcolor=&quot;#C0FF3E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#C0FF3E&lt;/td&gt;
&lt;td bgcolor=&quot;#BFEFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BFEFFF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#BFBFBF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BFBFBF&lt;/td&gt;
&lt;td bgcolor=&quot;#BF3EFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BF3EFF&lt;/td&gt;
&lt;td bgcolor=&quot;#BEBEBE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BEBEBE&lt;/td&gt;
&lt;td bgcolor=&quot;#BDBDBD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BDBDBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#BDB76B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BDB76B&lt;/td&gt;
&lt;td bgcolor=&quot;#BCEE68&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BCEE68&lt;/td&gt;
&lt;td bgcolor=&quot;#BCD2EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BCD2EE&lt;/td&gt;
&lt;td bgcolor=&quot;#BC8F8F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BC8F8F&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#BBFFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BBFFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#BABABA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BABABA&lt;/td&gt;
&lt;td bgcolor=&quot;#BA55D3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#BA55D3&lt;/td&gt;
&lt;td bgcolor=&quot;#B9D3EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B9D3EE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#B8B8B8&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B8B8B8&lt;/td&gt;
&lt;td bgcolor=&quot;#B8860B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B8860B&lt;/td&gt;
&lt;td bgcolor=&quot;#B7B7B7&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B7B7B7&lt;/td&gt;
&lt;td bgcolor=&quot;#B5B5B5&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B5B5B5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#B4EEB4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B4EEB4&lt;/td&gt;
&lt;td bgcolor=&quot;#B4CDCD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B4CDCD&lt;/td&gt;
&lt;td bgcolor=&quot;#B452CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B452CD&lt;/td&gt;
&lt;td bgcolor=&quot;#B3EE3A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B3EE3A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#B3B3B3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B3B3B3&lt;/td&gt;
&lt;td bgcolor=&quot;#B2DFEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B2DFEE&lt;/td&gt;
&lt;td bgcolor=&quot;#B23AEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B23AEE&lt;/td&gt;
&lt;td bgcolor=&quot;#B22222&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B22222&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#B0E2FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B0E2FF&lt;/td&gt;
&lt;td bgcolor=&quot;#B0E0E6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B0E0E6&lt;/td&gt;
&lt;td bgcolor=&quot;#B0C4DE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B0C4DE&lt;/td&gt;
&lt;td bgcolor=&quot;#B0B0B0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B0B0B0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#B03060&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#B03060&lt;/td&gt;
&lt;td bgcolor=&quot;#AEEEEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#AEEEEE&lt;/td&gt;
&lt;td bgcolor=&quot;#ADFF2F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#ADFF2F&lt;/td&gt;
&lt;td bgcolor=&quot;#ADD8E6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#ADD8E6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#ADADAD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#ADADAD&lt;/td&gt;
&lt;td bgcolor=&quot;#ABABAB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#ABABAB&lt;/td&gt;
&lt;td bgcolor=&quot;#AB82FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#AB82FF&lt;/td&gt;
&lt;td bgcolor=&quot;#AAAAAA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#AAAAAA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#A9A9A9&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A9A9A9&lt;/td&gt;
&lt;td bgcolor=&quot;#A8A8A8&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A8A8A8&lt;/td&gt;
&lt;td bgcolor=&quot;#A6A6A6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A6A6A6&lt;/td&gt;
&lt;td bgcolor=&quot;#A52A2A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A52A2A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#A4D3EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A4D3EE&lt;/td&gt;
&lt;td bgcolor=&quot;#A3A3A3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A3A3A3&lt;/td&gt;
&lt;td bgcolor=&quot;#A2CD5A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A2CD5A&lt;/td&gt;
&lt;td bgcolor=&quot;#A2B5CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A2B5CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#A1A1A1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A1A1A1&lt;/td&gt;
&lt;td bgcolor=&quot;#A0522D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A0522D&lt;/td&gt;
&lt;td bgcolor=&quot;#A020F0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#A020F0&lt;/td&gt;
&lt;td bgcolor=&quot;#9FB6CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9FB6CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#9F79EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9F79EE&lt;/td&gt;
&lt;td bgcolor=&quot;#9E9E9E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9E9E9E&lt;/td&gt;
&lt;td bgcolor=&quot;#9C9C9C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9C9C9C&lt;/td&gt;
&lt;td bgcolor=&quot;#9BCD9B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9BCD9B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#9B30FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9B30FF&lt;/td&gt;
&lt;td bgcolor=&quot;#9AFF9A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9AFF9A&lt;/td&gt;
&lt;td bgcolor=&quot;#9ACD32&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9ACD32&lt;/td&gt;
&lt;td bgcolor=&quot;#9AC0CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9AC0CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#9A32CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9A32CD&lt;/td&gt;
&lt;td bgcolor=&quot;#999999&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#999999&lt;/td&gt;
&lt;td bgcolor=&quot;#9932CC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9932CC&lt;/td&gt;
&lt;td bgcolor=&quot;#98FB98&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#98FB98&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#98F5FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#98F5FF&lt;/td&gt;
&lt;td bgcolor=&quot;#97FFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#97FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#96CDCD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#96CDCD&lt;/td&gt;
&lt;td bgcolor=&quot;#969696&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#969696&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#949494&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#949494&lt;/td&gt;
&lt;td bgcolor=&quot;#9400D3&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9400D3&lt;/td&gt;
&lt;td bgcolor=&quot;#9370DB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#9370DB&lt;/td&gt;
&lt;td bgcolor=&quot;#919191&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#919191&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#912CEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#912CEE&lt;/td&gt;
&lt;td bgcolor=&quot;#90EE90&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#90EE90&lt;/td&gt;
&lt;td bgcolor=&quot;#8FBC8F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8FBC8F&lt;/td&gt;
&lt;td bgcolor=&quot;#8F8F8F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8F8F8F&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8EE5EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8EE5EE&lt;/td&gt;
&lt;td bgcolor=&quot;#8E8E8E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8E8E8E&lt;/td&gt;
&lt;td bgcolor=&quot;#8E8E38&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8E8E38&lt;/td&gt;
&lt;td bgcolor=&quot;#8E388E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8E388E&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8DEEEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8DEEEE&lt;/td&gt;
&lt;td bgcolor=&quot;#8DB6CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8DB6CD&lt;/td&gt;
&lt;td bgcolor=&quot;#8C8C8C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8C8C8C&lt;/td&gt;
&lt;td bgcolor=&quot;#8B8B83&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8B83&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B8B7A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8B7A&lt;/td&gt;
&lt;td bgcolor=&quot;#8B8B00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8B00&lt;/td&gt;
&lt;td bgcolor=&quot;#8B8989&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8989&lt;/td&gt;
&lt;td bgcolor=&quot;#8B8970&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8970&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B8878&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8878&lt;/td&gt;
&lt;td bgcolor=&quot;#8B8682&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8682&lt;/td&gt;
&lt;td bgcolor=&quot;#8B864E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B864E&lt;/td&gt;
&lt;td bgcolor=&quot;#8B8386&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8386&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B8378&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B8378&lt;/td&gt;
&lt;td bgcolor=&quot;#8B814C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B814C&lt;/td&gt;
&lt;td bgcolor=&quot;#8B7E66&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B7E66&lt;/td&gt;
&lt;td bgcolor=&quot;#8B7D7B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B7D7B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B7D6B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B7D6B&lt;/td&gt;
&lt;td bgcolor=&quot;#8B7B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B7B8B&lt;/td&gt;
&lt;td bgcolor=&quot;#8B795E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B795E&lt;/td&gt;
&lt;td bgcolor=&quot;#8B7765&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B7765&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B7500&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B7500&lt;/td&gt;
&lt;td bgcolor=&quot;#8B7355&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B7355&lt;/td&gt;
&lt;td bgcolor=&quot;#8B6969&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B6969&lt;/td&gt;
&lt;td bgcolor=&quot;#8B6914&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B6914&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B668B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B668B&lt;/td&gt;
&lt;td bgcolor=&quot;#8B6508&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B6508&lt;/td&gt;
&lt;td bgcolor=&quot;#8B636C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B636C&lt;/td&gt;
&lt;td bgcolor=&quot;#8B5F65&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B5F65&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B5A2B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B5A2B&lt;/td&gt;
&lt;td bgcolor=&quot;#8B5A00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B5A00&lt;/td&gt;
&lt;td bgcolor=&quot;#8B5742&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B5742&lt;/td&gt;
&lt;td bgcolor=&quot;#8B4C39&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B4C39&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B4789&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B4789&lt;/td&gt;
&lt;td bgcolor=&quot;#8B475D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B475D&lt;/td&gt;
&lt;td bgcolor=&quot;#8B4726&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B4726&lt;/td&gt;
&lt;td bgcolor=&quot;#8B4513&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B4513&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B4500&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B4500&lt;/td&gt;
&lt;td bgcolor=&quot;#8B3E2F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B3E2F&lt;/td&gt;
&lt;td bgcolor=&quot;#8B3A62&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B3A62&lt;/td&gt;
&lt;td bgcolor=&quot;#8B3A3A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B3A3A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B3626&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B3626&lt;/td&gt;
&lt;td bgcolor=&quot;#8B2500&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B2500&lt;/td&gt;
&lt;td bgcolor=&quot;#8B2323&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B2323&lt;/td&gt;
&lt;td bgcolor=&quot;#8B2252&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B2252&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B1C62&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B1C62&lt;/td&gt;
&lt;td bgcolor=&quot;#8B1A1A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B1A1A&lt;/td&gt;
&lt;td bgcolor=&quot;#8B0A50&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B0A50&lt;/td&gt;
&lt;td bgcolor=&quot;#8B008B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B008B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#8B0000&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8B0000&lt;/td&gt;
&lt;td bgcolor=&quot;#8A8A8A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8A8A8A&lt;/td&gt;
&lt;td bgcolor=&quot;#8A2BE2&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8A2BE2&lt;/td&gt;
&lt;td bgcolor=&quot;#8968CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8968CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#87CEFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#87CEFF&lt;/td&gt;
&lt;td bgcolor=&quot;#87CEFA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#87CEFA&lt;/td&gt;
&lt;td bgcolor=&quot;#87CEEB&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#87CEEB&lt;/td&gt;
&lt;td bgcolor=&quot;#878787&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#878787&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#858585&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#858585&lt;/td&gt;
&lt;td bgcolor=&quot;#848484&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#848484&lt;/td&gt;
&lt;td bgcolor=&quot;#8470FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#8470FF&lt;/td&gt;
&lt;td bgcolor=&quot;#838B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#838B8B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#838B83&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#838B83&lt;/td&gt;
&lt;td bgcolor=&quot;#836FFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#836FFF&lt;/td&gt;
&lt;td bgcolor=&quot;#828282&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#828282&lt;/td&gt;
&lt;td bgcolor=&quot;#7FFFD4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7FFFD4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#7FFF00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7FFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#7F7F7F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7F7F7F&lt;/td&gt;
&lt;td bgcolor=&quot;#7EC0EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7EC0EE&lt;/td&gt;
&lt;td bgcolor=&quot;#7D9EC0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7D9EC0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#7D7D7D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7D7D7D&lt;/td&gt;
&lt;td bgcolor=&quot;#7D26CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7D26CD&lt;/td&gt;
&lt;td bgcolor=&quot;#7CFC00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7CFC00&lt;/td&gt;
&lt;td bgcolor=&quot;#7CCD7C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7CCD7C&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#7B68EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7B68EE&lt;/td&gt;
&lt;td bgcolor=&quot;#7AC5CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7AC5CD&lt;/td&gt;
&lt;td bgcolor=&quot;#7A8B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7A8B8B&lt;/td&gt;
&lt;td bgcolor=&quot;#7A7A7A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7A7A7A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#7A67EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7A67EE&lt;/td&gt;
&lt;td bgcolor=&quot;#7A378B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7A378B&lt;/td&gt;
&lt;td bgcolor=&quot;#79CDCD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#79CDCD&lt;/td&gt;
&lt;td bgcolor=&quot;#787878&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#787878&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#778899&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#778899&lt;/td&gt;
&lt;td bgcolor=&quot;#76EEC6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#76EEC6&lt;/td&gt;
&lt;td bgcolor=&quot;#76EE00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#76EE00&lt;/td&gt;
&lt;td bgcolor=&quot;#757575&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#757575&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#737373&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#737373&lt;/td&gt;
&lt;td bgcolor=&quot;#71C671&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#71C671&lt;/td&gt;
&lt;td bgcolor=&quot;#7171C6&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#7171C6&lt;/td&gt;
&lt;td bgcolor=&quot;#708090&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#708090&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#707070&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#707070&lt;/td&gt;
&lt;td bgcolor=&quot;#6E8B3D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6E8B3D&lt;/td&gt;
&lt;td bgcolor=&quot;#6E7B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6E7B8B&lt;/td&gt;
&lt;td bgcolor=&quot;#6E6E6E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6E6E6E&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#6CA6CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6CA6CD&lt;/td&gt;
&lt;td bgcolor=&quot;#6C7B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6C7B8B&lt;/td&gt;
&lt;td bgcolor=&quot;#6B8E23&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6B8E23&lt;/td&gt;
&lt;td bgcolor=&quot;#6B6B6B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6B6B6B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#6A5ACD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6A5ACD&lt;/td&gt;
&lt;td bgcolor=&quot;#698B69&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#698B69&lt;/td&gt;
&lt;td bgcolor=&quot;#698B22&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#698B22&lt;/td&gt;
&lt;td bgcolor=&quot;#696969&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#696969&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#6959CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6959CD&lt;/td&gt;
&lt;td bgcolor=&quot;#68838B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#68838B&lt;/td&gt;
&lt;td bgcolor=&quot;#68228B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#68228B&lt;/td&gt;
&lt;td bgcolor=&quot;#66CDAA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#66CDAA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66CD00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#66CD00&lt;/td&gt;
&lt;td bgcolor=&quot;#668B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#668B8B&lt;/td&gt;
&lt;td bgcolor=&quot;#666666&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#666666&lt;/td&gt;
&lt;td bgcolor=&quot;#6495ED&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#6495ED&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#63B8FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#63B8FF&lt;/td&gt;
&lt;td bgcolor=&quot;#636363&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#636363&lt;/td&gt;
&lt;td bgcolor=&quot;#616161&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#616161&lt;/td&gt;
&lt;td bgcolor=&quot;#607B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#607B8B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#5F9EA0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#5F9EA0&lt;/td&gt;
&lt;td bgcolor=&quot;#5E5E5E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#5E5E5E&lt;/td&gt;
&lt;td bgcolor=&quot;#5D478B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#5D478B&lt;/td&gt;
&lt;td bgcolor=&quot;#5CACEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#5CACEE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#5C5C5C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#5C5C5C&lt;/td&gt;
&lt;td bgcolor=&quot;#5B5B5B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#5B5B5B&lt;/td&gt;
&lt;td bgcolor=&quot;#595959&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#595959&lt;/td&gt;
&lt;td bgcolor=&quot;#575757&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#575757&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#556B2F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#556B2F&lt;/td&gt;
&lt;td bgcolor=&quot;#555555&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#555555&lt;/td&gt;
&lt;td bgcolor=&quot;#551A8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#551A8B&lt;/td&gt;
&lt;td bgcolor=&quot;#54FF9F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#54FF9F&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#548B54&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#548B54&lt;/td&gt;
&lt;td bgcolor=&quot;#545454&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#545454&lt;/td&gt;
&lt;td bgcolor=&quot;#53868B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#53868B&lt;/td&gt;
&lt;td bgcolor=&quot;#528B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#528B8B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#525252&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#525252&lt;/td&gt;
&lt;td bgcolor=&quot;#515151&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#515151&lt;/td&gt;
&lt;td bgcolor=&quot;#4F94CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4F94CD&lt;/td&gt;
&lt;td bgcolor=&quot;#4F4F4F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4F4F4F&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#4EEE94&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4EEE94&lt;/td&gt;
&lt;td bgcolor=&quot;#4D4D4D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4D4D4D&lt;/td&gt;
&lt;td bgcolor=&quot;#4B0082&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4B0082&lt;/td&gt;
&lt;td bgcolor=&quot;#4A708B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4A708B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#4A4A4A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4A4A4A&lt;/td&gt;
&lt;td bgcolor=&quot;#48D1CC&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#48D1CC&lt;/td&gt;
&lt;td bgcolor=&quot;#4876FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4876FF&lt;/td&gt;
&lt;td bgcolor=&quot;#483D8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#483D8B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#474747&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#474747&lt;/td&gt;
&lt;td bgcolor=&quot;#473C8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#473C8B&lt;/td&gt;
&lt;td bgcolor=&quot;#4682B4&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4682B4&lt;/td&gt;
&lt;td bgcolor=&quot;#458B74&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#458B74&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#458B00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#458B00&lt;/td&gt;
&lt;td bgcolor=&quot;#454545&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#454545&lt;/td&gt;
&lt;td bgcolor=&quot;#43CD80&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#43CD80&lt;/td&gt;
&lt;td bgcolor=&quot;#436EEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#436EEE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#424242&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#424242&lt;/td&gt;
&lt;td bgcolor=&quot;#4169E1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#4169E1&lt;/td&gt;
&lt;td bgcolor=&quot;#40E0D0&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#40E0D0&lt;/td&gt;
&lt;td bgcolor=&quot;#404040&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#404040&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#3D3D3D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#3D3D3D&lt;/td&gt;
&lt;td bgcolor=&quot;#3CB371&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#3CB371&lt;/td&gt;
&lt;td bgcolor=&quot;#3B3B3B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#3B3B3B&lt;/td&gt;
&lt;td bgcolor=&quot;#3A5FCD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#3A5FCD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#388E8E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#388E8E&lt;/td&gt;
&lt;td bgcolor=&quot;#383838&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#383838&lt;/td&gt;
&lt;td bgcolor=&quot;#36648B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#36648B&lt;/td&gt;
&lt;td bgcolor=&quot;#363636&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#363636&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#333333&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#333333&lt;/td&gt;
&lt;td bgcolor=&quot;#32CD32&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#32CD32&lt;/td&gt;
&lt;td bgcolor=&quot;#303030&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#303030&lt;/td&gt;
&lt;td bgcolor=&quot;#2F4F4F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#2F4F4F&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#2E8B57&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#2E8B57&lt;/td&gt;
&lt;td bgcolor=&quot;#2E2E2E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#2E2E2E&lt;/td&gt;
&lt;td bgcolor=&quot;#2B2B2B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#2B2B2B&lt;/td&gt;
&lt;td bgcolor=&quot;#292929&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#292929&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#282828&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#282828&lt;/td&gt;
&lt;td bgcolor=&quot;#27408B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#27408B&lt;/td&gt;
&lt;td bgcolor=&quot;#262626&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#262626&lt;/td&gt;
&lt;td bgcolor=&quot;#242424&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#242424&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#228B22&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#228B22&lt;/td&gt;
&lt;td bgcolor=&quot;#218868&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#218868&lt;/td&gt;
&lt;td bgcolor=&quot;#212121&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#212121&lt;/td&gt;
&lt;td bgcolor=&quot;#20B2AA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#20B2AA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#1F1F1F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#1F1F1F&lt;/td&gt;
&lt;td bgcolor=&quot;#1E90FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#1E90FF&lt;/td&gt;
&lt;td bgcolor=&quot;#1E1E1E&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#1E1E1E&lt;/td&gt;
&lt;td bgcolor=&quot;#1C86EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#1C86EE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#1C1C1C&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#1C1C1C&lt;/td&gt;
&lt;td bgcolor=&quot;#1A1A1A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#1A1A1A&lt;/td&gt;
&lt;td bgcolor=&quot;#191970&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#191970&lt;/td&gt;
&lt;td bgcolor=&quot;#1874CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#1874CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#171717&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#171717&lt;/td&gt;
&lt;td bgcolor=&quot;#141414&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#141414&lt;/td&gt;
&lt;td bgcolor=&quot;#121212&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#121212&lt;/td&gt;
&lt;td bgcolor=&quot;#104E8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#104E8B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#0F0F0F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#0F0F0F&lt;/td&gt;
&lt;td bgcolor=&quot;#0D0D0D&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#0D0D0D&lt;/td&gt;
&lt;td bgcolor=&quot;#0A0A0A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#0A0A0A&lt;/td&gt;
&lt;td bgcolor=&quot;#080808&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#080808&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#050505&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#050505&lt;/td&gt;
&lt;td bgcolor=&quot;#030303&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#030303&lt;/td&gt;
&lt;td bgcolor=&quot;#00FFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF7F&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00FF7F&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FF00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#00FA9A&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00FA9A&lt;/td&gt;
&lt;td bgcolor=&quot;#00F5FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00F5FF&lt;/td&gt;
&lt;td bgcolor=&quot;#00EEEE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00EEEE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00EE76&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00EE76&lt;/td&gt;
&lt;td bgcolor=&quot;#00EE00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00EE00&lt;/td&gt;
&lt;td bgcolor=&quot;#00E5EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00E5EE&lt;/td&gt;
&lt;td bgcolor=&quot;#00CED1&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00CED1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00CDCD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00CDCD&lt;/td&gt;
&lt;td bgcolor=&quot;#00CD66&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00CD66&lt;/td&gt;
&lt;td bgcolor=&quot;#00CD00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00CD00&lt;/td&gt;
&lt;td bgcolor=&quot;#00C5CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00C5CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00BFFF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00BFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#00B2EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00B2EE&lt;/td&gt;
&lt;td bgcolor=&quot;#009ACD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#009ACD&lt;/td&gt;
&lt;td bgcolor=&quot;#008B8B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#008B8B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#008B45&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#008B45&lt;/td&gt;
&lt;td bgcolor=&quot;#008B00&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#008B00&lt;/td&gt;
&lt;td bgcolor=&quot;#00868B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00868B&lt;/td&gt;
&lt;td bgcolor=&quot;#00688B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00688B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#006400&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#006400&lt;/td&gt;
&lt;td bgcolor=&quot;#0000FF&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#0000FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0000EE&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#0000EE&lt;/td&gt;
&lt;td bgcolor=&quot;#0000CD&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#0000CD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#0000AA&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#0000AA&lt;/td&gt;
&lt;td bgcolor=&quot;#00008B&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00008B&lt;/td&gt;
&lt;td bgcolor=&quot;#000080&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#000080&lt;/td&gt;
&lt;td bgcolor=&quot;#000000&quot; width=&quot;30&quot; height=&quot;30&quot;&gt; &lt;/td&gt;
&lt;td&gt;#00000&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span&gt;颜色代码表（五）：&lt;/span&gt;&lt;/h3&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot; cellspacing=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan=&quot;10&quot; height=&quot;19&quot;&gt;红色和粉红色，以及它们的16进制代码。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#990033&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#990033&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6699&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#CC6699&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6699&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF6699&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3366&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF3366&lt;/td&gt;
&lt;td bgcolor=&quot;#993366&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#993366&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0066&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#CC0066&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0033&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#CC0033&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0066&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF0066&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0033&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF0033&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3399&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#CC3399&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF3399&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF3399&lt;/td&gt;
&lt;td bgcolor=&quot;#FF9999&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF9999&lt;/td&gt;
&lt;td bgcolor=&quot;#FF99CC&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF99CC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0099&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF0099&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3366&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#CC3366&lt;/td&gt;
&lt;td bgcolor=&quot;#FF66CC&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF66CC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF33CC&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF33CC&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCCFF&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FFCCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF99FF&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF99FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00CC&quot; width=&quot;95&quot; height=&quot;25&quot;&gt;#FF00CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;10&quot; height=&quot;19&quot;&gt;　 紫红色，以及它们的16进制代码。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF66FF&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#FF66FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC33CC&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC33CC&lt;/td&gt;
&lt;td bgcolor=&quot;#CC00FF&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC00FF&lt;/td&gt;
&lt;td bgcolor=&quot;#FF33FF&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#FF33FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC99FF&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC99FF&lt;/td&gt;
&lt;td bgcolor=&quot;#9900CC&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#9900CC&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00FF&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#FF00FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC66FF&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC66FF&lt;/td&gt;
&lt;td bgcolor=&quot;#990099&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#990099&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0099&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC0099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CC33FF&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC33FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CC99CC&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC99CC&lt;/td&gt;
&lt;td bgcolor=&quot;#990066&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#990066&lt;/td&gt;
&lt;td bgcolor=&quot;#993399&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#993399&lt;/td&gt;
&lt;td bgcolor=&quot;#CC66CC&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC66CC&lt;/td&gt;
&lt;td bgcolor=&quot;#CC00CC&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#CC00CC&lt;/td&gt;
&lt;td bgcolor=&quot;#663366&quot; width=&quot;95&quot; height=&quot;19&quot;&gt;#663366&lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;19&quot;&gt;　&lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;19&quot;&gt;　&lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;19&quot;&gt;　&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;10&quot; height=&quot;19&quot;&gt;蓝色，以及它们的16进制代码。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#660099&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#660099&lt;/td&gt;
&lt;td bgcolor=&quot;#666ff&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#666FF&lt;/td&gt;
&lt;td bgcolor=&quot;#000cc&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#000CC&lt;/td&gt;
&lt;td bgcolor=&quot;#9933CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#9933CC&lt;/td&gt;
&lt;td bgcolor=&quot;#666699&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#666699&lt;/td&gt;
&lt;td bgcolor=&quot;#660066&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#660066&lt;/td&gt;
&lt;td bgcolor=&quot;#333366&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#333366&lt;/td&gt;
&lt;td bgcolor=&quot;#0066CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#0066CC&lt;/td&gt;
&lt;td bgcolor=&quot;#9900FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#9900FF&lt;/td&gt;
&lt;td bgcolor=&quot;#333399&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#333399&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99CCFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9933FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#9933FF&lt;/td&gt;
&lt;td bgcolor=&quot;#330099&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#330099&lt;/td&gt;
&lt;td bgcolor=&quot;#6699FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#6699FF&lt;/td&gt;
&lt;td bgcolor=&quot;#9966CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#9966CC&lt;/td&gt;
&lt;td bgcolor=&quot;#3300CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3300CC&lt;/td&gt;
&lt;td bgcolor=&quot;#003366&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#003366&lt;/td&gt;
&lt;td bgcolor=&quot;#330033&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#330033&lt;/td&gt;
&lt;td bgcolor=&quot;#3300FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3300FF&lt;/td&gt;
&lt;td bgcolor=&quot;#6699CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#6699CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#663399&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#663399&lt;/td&gt;
&lt;td bgcolor=&quot;#3333FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3333FF&lt;/td&gt;
&lt;td bgcolor=&quot;#006699&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#006699&lt;/td&gt;
&lt;td bgcolor=&quot;#6633CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#6633CC&lt;/td&gt;
&lt;td bgcolor=&quot;#3333CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3333CC&lt;/td&gt;
&lt;td bgcolor=&quot;#3399CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3399CC&lt;/td&gt;
&lt;td bgcolor=&quot;#6600CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#6600CC&lt;/td&gt;
&lt;td bgcolor=&quot;#0066FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#0066FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0099CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#0099CC&lt;/td&gt;
&lt;td bgcolor=&quot;#9966FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#9966FF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#0033FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#0033FF&lt;/td&gt;
&lt;td bgcolor=&quot;#66CCFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#330066&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#330066&lt;/td&gt;
&lt;td bgcolor=&quot;#3366FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3366FF&lt;/td&gt;
&lt;td bgcolor=&quot;#3399FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3399FF&lt;/td&gt;
&lt;td bgcolor=&quot;#6600FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#6600FF&lt;/td&gt;
&lt;td bgcolor=&quot;#3366CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#3366CC&lt;/td&gt;
&lt;td bgcolor=&quot;#003399&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#003399&lt;/td&gt;
&lt;td bgcolor=&quot;#6633FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#6633FF&lt;/td&gt;
&lt;td bgcolor=&quot;#000066&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#000066&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#0099FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#0099FF&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCCFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCCCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#000033&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#000033&lt;/td&gt;
&lt;td bgcolor=&quot;#33CCFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9999FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#9999FF&lt;/td&gt;
&lt;td bgcolor=&quot;#0000FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#0000FF&lt;/td&gt;
&lt;td bgcolor=&quot;#00CCFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00CCFF&lt;/td&gt;
&lt;td bgcolor=&quot;#9999CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#9999CC&lt;/td&gt;
&lt;td bgcolor=&quot;#000099&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#000099&lt;/td&gt;
&lt;td bgcolor=&quot;#6666CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#6666CC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#0033CC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#0033CC&lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;10&quot; height=&quot;19&quot;&gt;　 黄色、褐色、玫瑰色和橙色，以及它们的16进制代码。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFFFCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFFFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFCC00&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC99090&lt;/td&gt;
&lt;td bgcolor=&quot;#663300&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#663300&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6600&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF6600&lt;/td&gt;
&lt;td bgcolor=&quot;#663333&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#663333&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6666&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC6666&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6666&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF6666&lt;/td&gt;
&lt;td bgcolor=&quot;#FF0000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF0000&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFFF99&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FFCC66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFCC66&lt;/td&gt;
&lt;td bgcolor=&quot;#FF9900&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF9900&lt;/td&gt;
&lt;td bgcolor=&quot;#FF9966&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF9966&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3300&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC3300&lt;/td&gt;
&lt;td bgcolor=&quot;#996666&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#996666&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCCCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFCCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#660000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#660000&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3300&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF3300&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6666&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF6666&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFCC33&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CC6600&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC6600&lt;/td&gt;
&lt;td bgcolor=&quot;#FF6633&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF6633&lt;/td&gt;
&lt;td bgcolor=&quot;#996633&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#996633&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9999&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC9999&lt;/td&gt;
&lt;td bgcolor=&quot;#FF3333&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF3333&lt;/td&gt;
&lt;td bgcolor=&quot;#990000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#990000&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9966&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC9966&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFFF33&lt;/td&gt;
&lt;td bgcolor=&quot;#CC9933&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC9933&lt;/td&gt;
&lt;td bgcolor=&quot;#993300&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#993300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF9933&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FF9933&lt;/td&gt;
&lt;td bgcolor=&quot;#330000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#330000&lt;/td&gt;
&lt;td bgcolor=&quot;#993333&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#993333&lt;/td&gt;
&lt;td bgcolor=&quot;#CC3333&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC3333&lt;/td&gt;
&lt;td bgcolor=&quot;#CC0000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC0000&lt;/td&gt;
&lt;td bgcolor=&quot;#FFCC99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFCC99&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#996600&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#996600&lt;/td&gt;
&lt;td bgcolor=&quot;#CC6633&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CC6633&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;
&lt;table style=&quot;margin-left: auto; margin-right: auto;&quot; border=&quot;0&quot; cellspacing=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan=&quot;10&quot; height=&quot;19&quot;&gt;绿色，以及它们的16进制代码。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FFFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#33CCCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#99FF99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#009966&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#009966&lt;/td&gt;
&lt;td bgcolor=&quot;#33FF33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#33FF00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#99CC33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#ccc33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCC33&lt;/td&gt;
&lt;td bgcolor=&quot;#66FFFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66FFFF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66CCCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#66FFCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#66FF66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#009933&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#009933&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#66FF00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#336600&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#336600&lt;/td&gt;
&lt;td bgcolor=&quot;#33300&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33300&lt;/td&gt;
&lt;td bgcolor=&quot;#33FFFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#339999&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#339999&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99FFCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#339933&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#339933&lt;/td&gt;
&lt;td bgcolor=&quot;#33FF66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#99FF00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#669900&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#669900&lt;/td&gt;
&lt;td bgcolor=&quot;#666600&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#666600&lt;/td&gt;
&lt;td bgcolor=&quot;#00FFFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00FFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#336666&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#336666&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00FF99&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#99CC99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#66FF33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#66CC00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#99CC00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#999933&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#999933&lt;/td&gt;
&lt;td bgcolor=&quot;#00CCCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#006666&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#006666&lt;/td&gt;
&lt;td bgcolor=&quot;#339966&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#339966&lt;/td&gt;
&lt;td bgcolor=&quot;#66FF99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66FF99&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCFFCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCFFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00FF00&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#CCFF66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCFF66&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCC66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCCC66&lt;/td&gt;
&lt;td bgcolor=&quot;#009999&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#009999&lt;/td&gt;
&lt;td bgcolor=&quot;#003333&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#003333&lt;/td&gt;
&lt;td bgcolor=&quot;#006633&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#006633&lt;/td&gt;
&lt;td bgcolor=&quot;#33FF99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33FF99&lt;/td&gt;
&lt;td bgcolor=&quot;#CCFF99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCFF99&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#66CC33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66CC33&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33CC00&lt;/td&gt;
&lt;td bgcolor=&quot;#CCFF33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCFF33&lt;/td&gt;
&lt;td bgcolor=&quot;#666633&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#666633&lt;/td&gt;
&lt;td bgcolor=&quot;#669999&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#669999&lt;/td&gt;
&lt;td bgcolor=&quot;#00FFCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#336633&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#336633&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33CC66&lt;/td&gt;
&lt;td bgcolor=&quot;#99FF66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99FF66&lt;/td&gt;
&lt;td bgcolor=&quot;#006600&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#006600&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#339900&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#339900&lt;/td&gt;
&lt;td bgcolor=&quot;#CCFF00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCFF00&lt;/td&gt;
&lt;td bgcolor=&quot;#999966&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#999966&lt;/td&gt;
&lt;td bgcolor=&quot;#99CCCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99CCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#33FFCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33FFCC&lt;/td&gt;
&lt;td bgcolor=&quot;#669966&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#669966&lt;/td&gt;
&lt;td bgcolor=&quot;#00CC66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00CC66&lt;/td&gt;
&lt;td bgcolor=&quot;#99FF33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#003300&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#003300&lt;/td&gt;
&lt;td bgcolor=&quot;#99CC66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#99CC66&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#999900&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#999900&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCC99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCCC99&lt;/td&gt;
&lt;td bgcolor=&quot;#CCFFFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCFFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#33CC99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#33CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#66CC66&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66CC66&lt;/td&gt;
&lt;td bgcolor=&quot;#66CC99&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#66CC99&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF33&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#00FF33&lt;/td&gt;
&lt;td bgcolor=&quot;#009900&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#009900&lt;/td&gt;
&lt;td bgcolor=&quot;#669900&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#669900&lt;/td&gt;
&lt;td bgcolor=&quot;#669933&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#669933&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#CCCC00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCCC00&lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;10&quot; height=&quot;19&quot;&gt;　 白色、灰色和黑色，以及它们的16进制代码。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#fffff&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#FFFFF&lt;/td&gt;
&lt;td bgcolor=&quot;#CCCCCC&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#CCCCCC&lt;/td&gt;
&lt;td bgcolor=&quot;#999999&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#999999&lt;/td&gt;
&lt;td bgcolor=&quot;#666666&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#666666&lt;/td&gt;
&lt;td bgcolor=&quot;#333333&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#333333&lt;/td&gt;
&lt;td bgcolor=&quot;#000000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;#000000&lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;td width=&quot;95&quot; height=&quot;16&quot;&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;10&quot; height=&quot;16&quot;&gt;　 16色和它们的16进制代码。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#00FFFF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Aqua&lt;/td&gt;
&lt;td bgcolor=&quot;#000000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Black&lt;/td&gt;
&lt;td bgcolor=&quot;#FF00FF&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Fuchsia&lt;/td&gt;
&lt;td bgcolor=&quot;#800000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Gray&lt;/td&gt;
&lt;td bgcolor=&quot;#008000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Gree&lt;/td&gt;
&lt;td bgcolor=&quot;#00FF00&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Lime&lt;/td&gt;
&lt;td bgcolor=&quot;#800000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Maroon&lt;/td&gt;
&lt;td bgcolor=&quot;#000080&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Navy&lt;/td&gt;
&lt;td bgcolor=&quot;#808000&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Olive&lt;/td&gt;
&lt;td bgcolor=&quot;#800080&quot; width=&quot;95&quot; height=&quot;16&quot;&gt;Purple&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor=&quot;#FF0000&quot; width=&quot;95&quot; height=&quot;18&quot;&gt;Red&lt;/td&gt;
&lt;td bgcolor=&quot;#C0C0C0&quot; width=&quot;95&quot; height=&quot;18&quot;&gt;Silver&lt;/td&gt;
&lt;td bgcolor=&quot;#008080&quot; width=&quot;95&quot; height=&quot;18&quot;&gt;Teal&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; width=&quot;95&quot; height=&quot;18&quot;&gt;White&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFF00&quot; width=&quot;95&quot; height=&quot;18&quot;&gt;Yellow&lt;/td&gt;
&lt;td bgcolor=&quot;#0000FF&quot; width=&quot;95&quot; height=&quot;18&quot;&gt;Blue&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[A <hr> Style]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/521885]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Fri, 02 Aug 2019 03:35:37 -0700]]></pubDate>
        <description><![CDATA[&lt;i&gt;Source Code:&lt;br&gt;&lt;a href=&quot;https://codepen.io/scottzirkel/pen/yNxNME&quot;&gt;https://codepen.io/scottzirkel/pen/yNxNME&lt;/i&gt;
&lt;article&gt;
  &lt;h1&gt;Heading 1&lt;/h1&gt;
  &lt;p&gt;Progressively impact emerging infomediaries rather than high-payoff web-readiness. Intrinsicly pursue customized experiences before low-risk high-yield bandwidth. Competently simplify corporate portals rather than effective users. Dynamically build
    enterprise-wide deliverables before user friendly process improvements. Monotonectally plagiarize quality supply chains with clicks-and-mortar catalysts for change.&lt;/p&gt;
  &lt;hr class=&quot;sep-1&quot;/&gt;
  &lt;h2&gt;Heading 2&lt;/h2&gt;
  &lt;p&gt;Competently myocardinate visionary models before client-based best practices. Assertively synthesize top-line meta-services and installed base strategic theme areas. Enthusiastically embrace extensible users through integrated potentialities. Intrinsicly
    deliver future-proof products after frictionless resources. Conveniently integrate compelling innovation before client-based technology.&lt;/p&gt;
  &lt;hr class=&quot;sep-2&quot; /&gt;
  &lt;h3&gt;Heading 3&lt;/h3&gt;
  &lt;p&gt;Compellingly synergize pandemic materials after cooperative networks. Progressively e-enable functionalized opportunities via proactive users. Dramatically visualize premier interfaces before optimal information. Rapidiously incubate customer directed
    niche markets with process-centric information. Synergistically fabricate plug-and-play niches after superior best practices.&lt;/p&gt;
  &lt;hr class=&quot;sep-3&quot; /&gt;
  &lt;h4&gt;Heading 4&lt;/h4&gt;
  &lt;p&gt;Holisticly restore premier paradigms whereas enterprise scenarios. Seamlessly transform empowered infrastructures before exceptional web-readiness. Holisticly transition interdependent e-tailers before interdependent customer service. Interactively
    develop dynamic relationships for sustainable e-tailers. Credibly evolve standards compliant data for optimal technologies.&lt;/p&gt;
  &lt;h5&gt;Heading 5&lt;/h5&gt;
  &lt;p&gt;Proactively cultivate customer directed markets whereas next-generation imperatives. Intrinsicly extend timely schemas for turnkey potentialities. Monotonectally exploit global niches with leveraged outsourcing. Distinctively evisculate exceptional
    scenarios without end-to-end opportunities. Phosfluorescently utilize long-term high-impact architectures via sticky materials.&lt;/p&gt;
&lt;/article&gt;

hr.sep-2 {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, #f0f0f0, #00b9ff, #59d941, #f0f0f0);
}
hr.sep-3 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}
hr.sep-3::after {
  content: '§';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: white;
}
]]></description>
    </item>
        <item>
        <title><![CDATA[EasyFancy主题]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/520844]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Wed, 10 Jul 2019 03:47:47 -0700]]></pubDate>
        <description><![CDATA[写着好玩的。 
css已压缩，直接复制即可。     
示例：&lt;https://pixiv.wodemo.net&gt;
## CSS区域
```css
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;#fff-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}#ln{display:none}a[href^='/cat/']{display:inline-block;text-align:center;padding:14px 16px;text-decoration:none}h1,h2,h3,h4,h5,h6{padding:4px 8px;color:black;background-color:#fff;border-radius:8px;opacity:.6}.wo-entry-list&gt;li{display:block;opacity:.8;border-radius:.5em;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);padding:1em;margin:2em 1em;min-height:4em}a{color:#8ff;text-decoration:none}.wo-entry-list&gt;li&gt;a{color:#6cf;line-height:2em;font-size:1.5em}.wo-entry-list+p:first-of-type{display:inline-block;width:100%;margin:auto}.pagination&gt;span,.pagination&gt;a{opacity:.4;color:black;display:inline-block;padding:.5em 1em;text-align:center;background-color:#fff;border:#fff solid;border-radius:2px;-webkit-transition-duration:.4s;transition-duration:1.5s}.pagination&gt;a:hover,.pagination&gt;span:hover{opacity:.9;color:black}form[action='/search']{display:block;width:100%;margin:5px}form[action='/search']&gt;input[type=text]:before{content:&quot; &quot;;background:url(https://ae01.alicdn.com/kf/Ue2185a650e694035afb1f98a1c5020070.jpg)}form[action='/search']&gt;input[type=text]{border-radius:5px;padding:.1em .5em;line-height:1.4em;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 12px 40px 0 rgba(0,0,0,0.19);border:0 solid}form[action='/search']&gt;input[type=submit]{border-radius:5px}.wo-entry-section,form[action^=&quot;https://s.wodemo.&quot;],.wo-entry-prev-next{padding:1% 5%}textarea[name=content],form[action^=&quot;https://s.wodemo.&quot;] input{width:96%;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.wo-entry-prev-next{padding:1% 36%}.wo-entry-prev-next&gt;a{display:inline-block;padding:4px;color:black;background-color:#fff;border-radius:8px;opacity:.3}html{height:100%;width:100%;background-color:#1fc8db;background-image:linear-gradient(141deg,#9fb8ad 0,#1fc8db 51%,#2cb5e8 75%);color:#fff;opacity:.95;margin:auto;color:#f3f3f3;padding:1%}input[type=submit],button{transition-duration:1.5s;background-color:#fff;border:#fff solid;border-redius:8px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19)}input[type=submit]:hover,button:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 12px 40px 0 rgba(0,0,0,0.19);text-align:center;letter-spacing:4px}

```. title.jpg]]></description>
    </item>
        <item>
        <title><![CDATA[表情.js]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/520690]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Sun, 07 Jul 2019 04:39:37 -0700]]></pubDate>
        <description><![CDATA[. title.jpg
let start = Date.now();
document.write('img.biaoqing{width:32px;height:32px;position:relative;top:8px}');
	
var biaoQing={
arr:["https://fp1.fghrsh.net/2020/02/19/aab0d36e9d40f8c486149d968647391d.png",

"https://fp1.fghrsh.net/2020/02/19/97e79897421c9315f8311917b1cbd8a9.png",

"https://fp1.fghrsh.net/2020/02/19/a14ea8dd74d1bc7efbf8304b32b17118.png",

"https://fp1.fghrsh.net/2020/02/19/8b952221ce9c728dbef20dc1d97d1200.png",

"https://fp1.fghrsh.net/2020/02/19/d12efa1923eb3d2b36afcb3234abe49a.png",

"https://fp1.fghrsh.net/2020/02/19/01dbfc49484deccfe324d781e7180a17.png",

"https://fp1.fghrsh.net/2020/02/19/48ab90589a756c7fbc854d8444e92683.png",

"https://fp1.fghrsh.net/2020/02/19/ee1731b714ea9b8caa4388033ba07e04.png",

"https://fp1.fghrsh.net/2020/02/19/1c9900eeede8162bbd9cda99597ba05c.png"
],

replacer: function(text,img){
 let reg= new RegExp(text,"g"); document.body.outerHTML=document.body.innerHTML.replace(reg,'');
    },
  showAll: function(){
  	if(biaoQing.isFirst){
  	  biaoQing.isFirst=false;
  	let panel=document.createElement("div");
  panel.setAttribute('style', 'border:2px solid #a1a1a1;margin:5px;padding:10px;background:#dddddd;border-radius:15px;');
  panel.id="biaoQingPanel";
  panel.innerHTML="表情：";
  //输出
  for(let i=0;i{
for(let i=0;i]]></description>
    </item>
        <item>
        <title><![CDATA[创作共用协议]]></title>
		<link><![CDATA[https://theme.wodemo.net/entry/520258]]></link>
		<dc:creator><![CDATA[Crazy白茫茫 (@wiki)]]></dc:creator>
		<pubDate><![CDATA[Mon, 24 Jun 2019 21:25:58 -0700]]></pubDate>
        <description><![CDATA[. title.jpg##关于许可协议
&lt;https://creativecommons.org/licenses/&gt;
##选择许可协议
&lt;https://creativecommons.org/choose/&gt;]]></description>
    </item>
    </channel>
</rss>
