<?xml version="1.0" encoding="ISO-8859-1" ?><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/"
>

<channel>
	<title>Novidades em scripts: Java Script » Cores</title>
	<link>http://www.scriptbrasil.com.br/</link>
	<description>Os últimos 10 códigos adicionados nesta categoria</description>
	<language>pt-br</language>
	<copyright>Script Brasil</copyright>
	<image>
		<title>Script Brasil</title>
		<url>http://www.scriptbrasil.com.br/img/logo-rss.gif</url>
		<link>http://www.scriptbrasil.com.br/</link>
	</image>
		<item>
		<title>TABELA DE CORES</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/7001/</link>
		<pubDate></pubDate>
		<dc:creator>Adão Francisco do Nascimento</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/7001/</guid>
		<description>Excelente Scritp de tabela de cores, tornando assim, mais fácil para os que menos conhecimento tem de configuração dos códigos de cores, esta é uma boa ajuda.</description>
		<content:encoded><![CDATA[Excelente Scritp de tabela de cores, tornando assim, mais fácil para os que menos conhecimento tem de configuração dos códigos de cores, esta é uma boa ajuda.]]></content:encoded>
	</item>
		<item>
		<title>cores de fundo01 javascript</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/6572/</link>
		<pubDate></pubDate>
		<dc:creator>Lategiv</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/6572/</guid>
		<description>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;CORES DE FUNDO1&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;form&gt;
&lt;script&gt;
&lt;!--
document.write(&quot;&lt;form name=\&quot;fundocor\&quot;&gt;&quot;);
document.write(&quot;&lt;select onChange=\&quot;document.bgColor = this.options[selectedIndex].value\&quot;&gt;&quot;);
document.write(&quot;&lt;option value=\&quot;#ffffff\&quot;selected&gt;CORES DE FUNDO&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFAFA\&quot;&gt;Snow&quot;);
document.write(&quot;&lt;option value=\&quot;#F8F8FF\&quot;&gt;Ghost White&quot;);
document.write(&quot;&lt;option value=\&quot;#F5F5F5\&quot;&gt;White Smoke&quot;);
document.write(&quot;&lt;option value=\&quot;#DCDCDC\&quot;&gt;Gainsboro&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFAF0\&quot;&gt;Floral White&quot;);
document.write(&quot;&lt;option value=\&quot;#FDF5E6\&quot;&gt;Old Lace&quot;);
document.write(&quot;&lt;option value=\&quot;#FAF0E6\&quot;&gt;Linen&quot;);
document.write(&quot;&lt;option value=\&quot;#FAEBD7\&quot;&gt;Antique White&quot;);
document.write(&quot;&lt;option value=\&quot;#FFEFD5\&quot;&gt;Papaya Whip&quot;);
document.write(&quot;&lt;option value=\&quot;#FFEBCD\&quot;&gt;Blanched Almon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4C4\&quot;&gt;Bisque&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDAB9\&quot;&gt;Peach Puff&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDEAD\&quot;&gt;Navajo White&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4B5\&quot;&gt;Moccasin&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF8DC\&quot;&gt;Cornsilk&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFF0\&quot;&gt;Ivory&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFACD\&quot;&gt;Lemon Chiffon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF5EE\&quot;&gt;Seashell&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFF0\&quot;&gt;Honeydew&quot;);
document.write(&quot;&lt;option value=\&quot;#F5FFFA\&quot;&gt;Mint Cream&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFFF\&quot;&gt;Azure&quot;);
document.write(&quot;&lt;option value=\&quot;#F0F8FF\&quot;&gt;Alice Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#E6E6FA\&quot;&gt;Lavender&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF0F5\&quot;&gt;Lavender Blush&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4E1\&quot;&gt;Misty Rose&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFFF\&quot;&gt;White&quot;);
document.write(&quot;&lt;option value=\&quot;#000000\&quot;&gt;Black&quot;);
document.write(&quot;&lt;option value=\&quot;#2F4F4F\&quot;&gt;Dark Slate Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#696969\&quot;&gt;Dim Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#708090\&quot;&gt;Slate Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#778899\&quot;&gt;Light Slate Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#BEBEBE\&quot;&gt;Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#D3D3D3\&quot;&gt;Light Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#191970\&quot;&gt;Midnight Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#000080\&quot;&gt;Navy Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#6495ED\&quot;&gt;Cornflower Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#483D8B\&quot;&gt;Dark Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#6A5ACD\&quot;&gt;Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#7B68EE\&quot;&gt;Medium Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#8470FF\&quot;&gt;Light Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#0000CD\&quot;&gt;Medium Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#4169E1\&quot;&gt;Royal Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#0000FF\&quot;&gt;Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#1E90FF\&quot;&gt;Dodger Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#00BFFF\&quot;&gt;Deep Sky Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#87CEEB\&quot;&gt;Sky Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#87CEFA\&quot;&gt;Light Sky Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#4682B4\&quot;&gt;Steel Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#B0C4DE\&quot;&gt;Light Steel Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#ADD8E6\&quot;&gt;Light Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#B0E0E6\&quot;&gt;Powder Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#AFEEEE\&quot;&gt;Pale Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#00CED1\&quot;&gt;Dark Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#48D1CC\&quot;&gt;Medium Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#40E0D0\&quot;&gt;Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#00FFFF\&quot;&gt;Cyan&quot;);
document.write(&quot;&lt;option value=\&quot;#E0FFFF\&quot;&gt;Light Cyan&quot;);
document.write(&quot;&lt;option value=\&quot;#5F9EA0\&quot;&gt;Cadet Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#66CDAA\&quot;&gt;Medium Aquamarine&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFFD4\&quot;&gt;Aquamarine&quot;);
document.write(&quot;&lt;option value=\&quot;#006400\&quot;&gt;Dark Green&quot;);
document.write(&quot;&lt;option value=\&quot;#556B2F\&quot;&gt;Dark Olive Green&quot;);
document.write(&quot;&lt;option value=\&quot;#8FBC8F\&quot;&gt;Dark Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#2E8B57\&quot;&gt;Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#3CB371\&quot;&gt;Medium Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#20B2AA\&quot;&gt;Light Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#98FB98\&quot;&gt;Pale Green&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF7F\&quot;&gt;Spring Green&quot;);
document.write(&quot;&lt;option value=\&quot;#7CFC00\&quot;&gt;Lawn Green&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF00\&quot;&gt;Green&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFF00\&quot;&gt;Chartreuse&quot;);
document.write(&quot;&lt;option value=\&quot;#00FA9A\&quot;&gt;Medium Spring Green&quot;);
document.write(&quot;&lt;option value=\&quot;#ADFF2F\&quot;&gt;Green Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#32CD32\&quot;&gt;Lime Green&quot;);
document.write(&quot;&lt;option value=\&quot;#9ACD32\&quot;&gt;Yellow Green&quot;);
document.write(&quot;&lt;option value=\&quot;#228B22\&quot;&gt;Forest Green&quot;);
document.write(&quot;&lt;option value=\&quot;#6B8E23\&quot;&gt;Olive Drab&quot;);
document.write(&quot;&lt;option value=\&quot;#BDB76B\&quot;&gt;Dark Khaki&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE8AA\&quot;&gt;Pale Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#FAFAD2\&quot;&gt;Lt Goldenrod Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFE0\&quot;&gt;Light Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFF00\&quot;&gt;Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#FFD700\&quot;&gt;Gold&quot;);
document.write(&quot;&lt;option value=\&quot;#EEDD82\&quot;&gt;Light Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#DAA520\&quot;&gt;Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#B8860B\&quot;&gt;Dark Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#BC8F8F\&quot;&gt;Rosy Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#CD5C5C\&quot;&gt;Indian Red&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4513\&quot;&gt;Saddle Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#A0522D\&quot;&gt;Sienna&quot;);
document.write(&quot;&lt;option value=\&quot;#CD853F\&quot;&gt;Peru&quot;);
document.write(&quot;&lt;option value=\&quot;#DEB887\&quot;&gt;Burlywood&quot;);
document.write(&quot;&lt;option value=\&quot;#F5F5DC\&quot;&gt;Beige&quot;);
document.write(&quot;&lt;option value=\&quot;#F5DEB3\&quot;&gt;Wheat&quot;);
document.write(&quot;&lt;option value=\&quot;#F4A460\&quot;&gt;Sandy Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#D2B48C\&quot;&gt;Tan&quot;);
document.write(&quot;&lt;option value=\&quot;#D2691E\&quot;&gt;Chocolate&quot;);
document.write(&quot;&lt;option value=\&quot;#B22222\&quot;&gt;Firebrick&quot;);
document.write(&quot;&lt;option value=\&quot;#A52A2A\&quot;&gt;Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#E9967A\&quot;&gt;Dark Salmon&quot;);
document.write(&quot;&lt;option value=\&quot;#FA8072\&quot;&gt;Salmon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA07A\&quot;&gt;Light Salmon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA500\&quot;&gt;Orange&quot;);
document.write(&quot;&lt;option value=\&quot;#FF8C00\&quot;&gt;Dark Orange&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7F50\&quot;&gt;Coral&quot;);
document.write(&quot;&lt;option value=\&quot;#F08080\&quot;&gt;Light Coral&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6347\&quot;&gt;Tomato&quot;);
document.write(&quot;&lt;option value=\&quot;#FF4500\&quot;&gt;Orange Red&quot;);
document.write(&quot;&lt;option value=\&quot;#FF0000\&quot;&gt;Red&quot;);
document.write(&quot;&lt;option value=\&quot;#FF69B4\&quot;&gt;Hot Pin&quot;);
document.write(&quot;&lt;option value=\&quot;#FF1493\&quot;&gt;Deep Pink&quot;);
document.write(&quot;&lt;option value=\&quot;#FFC0CB\&quot;&gt;Pink&quot;);
document.write(&quot;&lt;option value=\&quot;#FFB6C1\&quot;&gt;Light Pink&quot;);
document.write(&quot;&lt;option value=\&quot;#DB7093\&quot;&gt;Pale Violet Red&quot;);
document.write(&quot;&lt;option value=\&quot;#B03060\&quot;&gt;Maroon&quot;);
document.write(&quot;&lt;option value=\&quot;#C71585\&quot;&gt;Medium Violet Red&quot;);
document.write(&quot;&lt;option value=\&quot;#D02090\&quot;&gt;Violet Red&quot;);
document.write(&quot;&lt;option value=\&quot;#FF00FF\&quot;&gt;Magenta&quot;);
document.write(&quot;&lt;option value=\&quot;#EE82EE\&quot;&gt;Violet&quot;);
document.write(&quot;&lt;option value=\&quot;#DDA0DD\&quot;&gt;Plum&quot;);
document.write(&quot;&lt;option value=\&quot;#DA70D6\&quot;&gt;Orchid&quot;);
document.write(&quot;&lt;option value=\&quot;#BA55D3\&quot;&gt;Medium Orchid&quot;);
document.write(&quot;&lt;option value=\&quot;#9932CC\&quot;&gt;Dark Orchid&quot;);
document.write(&quot;&lt;option value=\&quot;#9400D3\&quot;&gt;Dark Violet&quot;);
document.write(&quot;&lt;option value=\&quot;#8A2BE2\&quot;&gt;Blue Violet&quot;);
document.write(&quot;&lt;option value=\&quot;#A020F0\&quot;&gt;Purple&quot;);
document.write(&quot;&lt;option value=\&quot;#9370DB\&quot;&gt;Medium Purple&quot;);
document.write(&quot;&lt;option value=\&quot;#D8BFD8\&quot;&gt;Thistle&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFAFA\&quot;&gt;Snow1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE9E9\&quot;&gt;Snow2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC9C9\&quot;&gt;Snow3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8989\&quot;&gt;Snow4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF5EE\&quot;&gt;Seashell1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE5DE\&quot;&gt;Seashell2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC5BF\&quot;&gt;Seashell3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8682\&quot;&gt;Seashell4&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8682\&quot;&gt;Antique White1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEDFCC\&quot;&gt;Antique White2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC0B0\&quot;&gt;Antique White3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8378\&quot;&gt;Antique White4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4C4\&quot;&gt;Bisque1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED5B7\&quot;&gt;Bisque2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB79E\&quot;&gt;Bisque3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7D6B\&quot;&gt;Bisque4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDAB9\&quot;&gt;Peach Puff1&quot;);
document.write(&quot;&lt;option value=\&quot;#EECBAD\&quot;&gt;Peach Puff2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDAF95\&quot;&gt;Peach Puff3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7765\&quot;&gt;Peach Puff4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDEAD\&quot;&gt;Navajo White1&quot;);
document.write(&quot;&lt;option value=\&quot;#EECFA1\&quot;&gt;Navajo White2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB38B\&quot;&gt;Navajo White3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B795E\&quot;&gt;Navajo White4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFACD\&quot;&gt;Lemon Chiffon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE9BF\&quot;&gt;Lemon Chiffon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC9A5\&quot;&gt;Lemon Chiffon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8970\&quot;&gt;Lemon Chiffon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF8DC\&quot;&gt;Cornsilk1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE8CD\&quot;&gt;Cornsilk2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC8B1\&quot;&gt;Cornsilk3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8878\&quot;&gt;Cornsilk4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFF0\&quot;&gt;Ivory1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEEEE0\&quot;&gt;Ivory2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDCDC1\&quot;&gt;Ivory3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8B83\&quot;&gt;Ivory4&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFF0\&quot;&gt;Honeydew1&quot;);
document.write(&quot;&lt;option value=\&quot;#E0EEE0\&quot;&gt;Honeydew2&quot;);
document.write(&quot;&lt;option value=\&quot;#C1CDC1\&quot;&gt;Honeydew3&quot;);
document.write(&quot;&lt;option value=\&quot;#838B83\&quot;&gt;Honeydew4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF0F5\&quot;&gt;Lavender Blush1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE0E5\&quot;&gt;Lavender Blush2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC1C5\&quot;&gt;Lavender Blush3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8386\&quot;&gt;Lavender Blush4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4E1\&quot;&gt;Misty Rose1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED5D2\&quot;&gt;Misty Rose2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB7B5\&quot;&gt;Misty Rose3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7D7B\&quot;&gt;Misty Rose4&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFFF\&quot;&gt;Azure1&quot;);
document.write(&quot;&lt;option value=\&quot;#E0EEEE\&quot;&gt;Azure2&quot;);
document.write(&quot;&lt;option value=\&quot;#C1CDCD\&quot;&gt;Azure3&quot;);
document.write(&quot;&lt;option value=\&quot;#838B8B\&quot;&gt;Azure4&quot;);
document.write(&quot;&lt;option value=\&quot;#836FFF\&quot;&gt;Slate Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#7A67EE\&quot;&gt;Slate Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#6959CD\&quot;&gt;Slate Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#473C8B\&quot;&gt;Slate Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#4876FF\&quot;&gt;Royal Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#436EEE\&quot;&gt;Royal Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#3A5FCD\&quot;&gt;Royal Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#27408B\&quot;&gt;Royal Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#0000FF\&quot;&gt;Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#0000EE\&quot;&gt;Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#0000CD\&quot;&gt;Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#00008B\&quot;&gt;Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#1E90FF\&quot;&gt;Dodger Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#1C86EE\&quot;&gt;Dodger Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#1874CD\&quot;&gt;Dodger Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#104E8B\&quot;&gt;Dodger Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#63B8FF\&quot;&gt;Steel Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#5CACEE\&quot;&gt;Steel Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#4F94CD\&quot;&gt;Steel Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#36648B\&quot;&gt;Steel Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#00BFFF\&quot;&gt;Deep Sky Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#00B2EE\&quot;&gt;Deep Sky Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#009ACD\&quot;&gt;Deep Sky Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#00688B\&quot;&gt;Deep Sky Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#87CEFF\&quot;&gt;Sky Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#7EC0EE\&quot;&gt;Sky Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#6CA6CD\&quot;&gt;Sky Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#4A708B\&quot;&gt;Sky Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#B0E2FF\&quot;&gt;Light Sky Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#A4D3EE\&quot;&gt;Light Sky Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#8DB6CD\&quot;&gt;Light Sky Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#607B8B\&quot;&gt;Light Sky Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#C6E2FF\&quot;&gt;Slate Gray1&quot;);
document.write(&quot;&lt;option value=\&quot;#B9D3EE\&quot;&gt;Slate Gray2&quot;);
document.write(&quot;&lt;option value=\&quot;#9FB6CD\&quot;&gt;Slate Gray3&quot;);
document.write(&quot;&lt;option value=\&quot;#6C7B8B\&quot;&gt;Slate Gray4&quot;);
document.write(&quot;&lt;option value=\&quot;#CAE1FF\&quot;&gt;Light Steel Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#BCD2EE\&quot;&gt;Light Steel Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#A2B5CD\&quot;&gt;Light Steel Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#6E7B8B\&quot;&gt;Light Steel Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#BFEFFF\&quot;&gt;Light Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#B2DFEE\&quot;&gt;Light Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#9AC0CD\&quot;&gt;Light Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#68838B\&quot;&gt;Light Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#E0FFFF\&quot;&gt;Light Cyan1&quot;);
document.write(&quot;&lt;option value=\&quot;#D1EEEE\&quot;&gt;Light Cyan2&quot;);
document.write(&quot;&lt;option value=\&quot;#B4CDCD\&quot;&gt;Light Cyan3&quot;);
document.write(&quot;&lt;option value=\&quot;#7A8B8B\&quot;&gt;Light Cyan4&quot;);
document.write(&quot;&lt;option value=\&quot;#BBFFFF\&quot;&gt;Pale Turquoise1&quot;);
document.write(&quot;&lt;option value=\&quot;#AEEEEE\&quot;&gt;Pale Turquoise2&quot;);
document.write(&quot;&lt;option value=\&quot;#96CDCD\&quot;&gt;Pale Turquoise3&quot;);
document.write(&quot;&lt;option value=\&quot;#668B8B\&quot;&gt;Pale Turquoise4&quot;);
document.write(&quot;&lt;option value=\&quot;#98F5FF\&quot;&gt;Cadet Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#8EE5EE\&quot;&gt;Cadet Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#7AC5CD\&quot;&gt;Cadet Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#53868B\&quot;&gt;Cadet Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#00F5FF\&quot;&gt;Turquoise1&quot;);
document.write(&quot;&lt;option value=\&quot;#00E5EE\&quot;&gt;Turquoise2&quot;);
document.write(&quot;&lt;option value=\&quot;#00C5CD\&quot;&gt;Turquoise3&quot;);
document.write(&quot;&lt;option value=\&quot;#00868B\&quot;&gt;Turquoise4&quot;);
document.write(&quot;&lt;option value=\&quot;#00FFFF\&quot;&gt;Cyan1&quot;);
document.write(&quot;&lt;option value=\&quot;#00EEEE\&quot;&gt;Cyan2&quot;);
document.write(&quot;&lt;option value=\&quot;#00CDCD\&quot;&gt;Cyan3&quot;);
document.write(&quot;&lt;option value=\&quot;#008B8B\&quot;&gt;Cyan4&quot;);
document.write(&quot;&lt;option value=\&quot;#97FFFF\&quot;&gt;Dark Slate Gray1&quot;);
document.write(&quot;&lt;option value=\&quot;#8DEEEE\&quot;&gt;Dark Slate Gray2&quot;);
document.write(&quot;&lt;option value=\&quot;#79CDCD\&quot;&gt;Dark Slate Gray3&quot;);
document.write(&quot;&lt;option value=\&quot;#528B8B\&quot;&gt;Dark Slate Gray4&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFFD4\&quot;&gt;Aquamarine1&quot;);
document.write(&quot;&lt;option value=\&quot;#76EEC6\&quot;&gt;Aquamarine2&quot;);
document.write(&quot;&lt;option value=\&quot;#66CDAA\&quot;&gt;Aquamarine3&quot;);
document.write(&quot;&lt;option value=\&quot;#458B74\&quot;&gt;Aquamarine4&quot;);
document.write(&quot;&lt;option value=\&quot;#C1FFC1\&quot;&gt;Dark Sea Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#B4EEB4\&quot;&gt;Dark Sea Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#9BCD9B\&quot;&gt;Dark Sea Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#698B69\&quot;&gt;Dark Sea Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#54FF9F\&quot;&gt;Sea Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#4EEE94\&quot;&gt;Sea Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#43CD80\&quot;&gt;Sea Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#2E8B57\&quot;&gt;Sea Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#9AFF9A\&quot;&gt;Pale Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#90EE90\&quot;&gt;Pale Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#7CCD7C\&quot;&gt;Pale Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#548B54\&quot;&gt;Pale Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF7F\&quot;&gt;Spring Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#00EE76\&quot;&gt;Spring Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#00CD66\&quot;&gt;Spring Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#008B45\&quot;&gt;Spring Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF00\&quot;&gt;Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#00EE00\&quot;&gt;Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#00CD00\&quot;&gt;Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#008B00\&quot;&gt;Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFF00\&quot;&gt;Chartreuse1&quot;);
document.write(&quot;&lt;option value=\&quot;#76EE00\&quot;&gt;Chartreuse2&quot;);
document.write(&quot;&lt;option value=\&quot;#66CD00\&quot;&gt;Chartreuse3&quot;);
document.write(&quot;&lt;option value=\&quot;#458B00\&quot;&gt;Chartreuse4&quot;);
document.write(&quot;&lt;option value=\&quot;#C0FF3E\&quot;&gt;Olive Drab1&quot;);
document.write(&quot;&lt;option value=\&quot;#B3EE3A\&quot;&gt;Olive Drab2&quot;);
document.write(&quot;&lt;option value=\&quot;#9ACD32\&quot;&gt;Olive Drab3&quot;);
document.write(&quot;&lt;option value=\&quot;#698B22\&quot;&gt;Olive Drab4&quot;);
document.write(&quot;&lt;option value=\&quot;#CAFF70\&quot;&gt;Dark Olive Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#BCEE68\&quot;&gt;Dark Olive Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#A2CD5A\&quot;&gt;Dark Olive Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#6E8B3D\&quot;&gt;Dark Olive Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF68F\&quot;&gt;Khaki1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE685\&quot;&gt;Khaki2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC673\&quot;&gt;Khaki3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B864E\&quot;&gt;Khaki4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFEC8B\&quot;&gt;Light Goldenrod1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEDC82\&quot;&gt;Light Goldenrod2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDBE70\&quot;&gt;Light Goldenrod3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B814C\&quot;&gt;Light Goldenrod4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFE0\&quot;&gt;Light Yellow1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEEED1\&quot;&gt;Light Yellow2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDCDB4\&quot;&gt;Light Yellow3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8B7A\&quot;&gt;Light Yellow4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFF00\&quot;&gt;Yellow1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEEE00\&quot;&gt;Yellow2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDCD00\&quot;&gt;Yellow3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8B00\&quot;&gt;Yellow4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFD700\&quot;&gt;Gold1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEC900\&quot;&gt;Gold2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDAD00\&quot;&gt;Gold3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7500\&quot;&gt;Gold4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFC125\&quot;&gt;Goldenrod1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEB422\&quot;&gt;Goldenrod2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD9B1D\&quot;&gt;Goldenrod3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B6914\&quot;&gt;Goldenrod4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFB90F\&quot;&gt;Dark Goldenrod1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEAD0E\&quot;&gt;Dark Goldenrod2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD950C\&quot;&gt;Dark Goldenrod3&quot;);
document.write(&quot;&lt;option value=\&quot;#FFC1C1\&quot;&gt;Rosy Brown1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEB4B4\&quot;&gt;Rosy Brown2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD9B9B\&quot;&gt;Rosy Brown3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B6969\&quot;&gt;Rosy Brown4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6A6A\&quot;&gt;Indian Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE6363\&quot;&gt;Indian Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD5555\&quot;&gt;Indian Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3A3A\&quot;&gt;Indian Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF8247\&quot;&gt;Sienna1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7942\&quot;&gt;Sienna2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6839\&quot;&gt;Sienna3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4726\&quot;&gt;Sienna4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFD39B\&quot;&gt;Burlywood1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEC591\&quot;&gt;Burlywood2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDAA7D\&quot;&gt;Burlywood3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7355\&quot;&gt;Burlywood4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE7BA\&quot;&gt;Wheat1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED8AE\&quot;&gt;Wheat2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDBA96\&quot;&gt;Wheat3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7E66\&quot;&gt;Wheat4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA54F\&quot;&gt;Tan1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE9A49\&quot;&gt;Tan2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD853F\&quot;&gt;Tan3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5A2B\&quot;&gt;Tan4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7F24\&quot;&gt;Chocolate1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7621\&quot;&gt;Chocolate2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD661D\&quot;&gt;Chocolate3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4513\&quot;&gt;Chocolate4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF3030\&quot;&gt;Firebrick1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE2C2C\&quot;&gt;Firebrick2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD2626\&quot;&gt;Firebrick3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B1A1A\&quot;&gt;Firebrick4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF4040\&quot;&gt;Brown1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE3B3B\&quot;&gt;Brown2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD3333\&quot;&gt;Brown3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B2323\&quot;&gt;Brown4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF8C69\&quot;&gt;Salmon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE8262\&quot;&gt;Salmon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD7054\&quot;&gt;Salmon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4C39\&quot;&gt;Salmon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA07A\&quot;&gt;Light Salmon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE9572\&quot;&gt;Light Salmon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD8162\&quot;&gt;Light Salmon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5742\&quot;&gt;Light Salmon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA500\&quot;&gt;Orange1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE9A00\&quot;&gt;Orange2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD8500\&quot;&gt;Orange3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5A00\&quot;&gt;Orange4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7F00\&quot;&gt;Dark Orange1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7600\&quot;&gt;Dark Orange2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6600\&quot;&gt;Dark Orange3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4500\&quot;&gt;Dark Orange4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7256\&quot;&gt;Coral1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE6A50\&quot;&gt;Coral2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD5B45\&quot;&gt;Coral3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3E2F\&quot;&gt;Coral4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6347\&quot;&gt;Tomato1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE5C42\&quot;&gt;Tomato2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD4F39\&quot;&gt;Tomato3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3626\&quot;&gt;Tomato4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF4500\&quot;&gt;Orange Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE4000\&quot;&gt;Orange Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD3700\&quot;&gt;Orange Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B2500\&quot;&gt;Orange Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF0000\&quot;&gt;Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE0000\&quot;&gt;Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD0000\&quot;&gt;Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B0000\&quot;&gt;Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF1493\&quot;&gt;Deep Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE1289\&quot;&gt;Deep Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD1076\&quot;&gt;Deep Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B0A50\&quot;&gt;Deep Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6EB4\&quot;&gt;Hot Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE6AA7\&quot;&gt;Hot Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6090\&quot;&gt;Hot Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3A62\&quot;&gt;Hot Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFB5C5\&quot;&gt;Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEA9B8\&quot;&gt;Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD919E\&quot;&gt;Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B636C\&quot;&gt;Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFAEB9\&quot;&gt;Light Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEA2AD\&quot;&gt;Light Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD8C95\&quot;&gt;Light Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5F65\&quot;&gt;Light Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF82AB\&quot;&gt;Pale Violet Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE799F\&quot;&gt;Pale Violet Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6889\&quot;&gt;Pale Violet Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B475D\&quot;&gt;Pale Violet Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF34B3\&quot;&gt;Maroon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE30A7\&quot;&gt;Maroon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD2990\&quot;&gt;Maroon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B1C62\&quot;&gt;Maroon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF3E96\&quot;&gt;Violet Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE3A8C\&quot;&gt;Violet Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD3278\&quot;&gt;Violet Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B2252\&quot;&gt;Violet Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF00FF\&quot;&gt;Magenta1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE00EE\&quot;&gt;Magenta2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD00CD\&quot;&gt;Magenta3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B008B\&quot;&gt;Magenta4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF83FA\&quot;&gt;Orchid1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7AE9\&quot;&gt;Orchid2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD69C9\&quot;&gt;Orchid3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4789\&quot;&gt;Orchid4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFBBFF\&quot;&gt;Plum1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEAEEE\&quot;&gt;Plum2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD96CD\&quot;&gt;Plum3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B668B\&quot;&gt;Plum4&quot;);
document.write(&quot;&lt;option value=\&quot;#E066FF\&quot;&gt;Medium Orchid1&quot;);
document.write(&quot;&lt;option value=\&quot;#D15FEE\&quot;&gt;Medium Orchid2&quot;);
document.write(&quot;&lt;option value=\&quot;#B452CD\&quot;&gt;Medium Orchid3&quot;);
document.write(&quot;&lt;option value=\&quot;#7A378B\&quot;&gt;Medium Orchid4&quot;);
document.write(&quot;&lt;option value=\&quot;#BF3EFF\&quot;&gt;Dark Orchid1&quot;);
document.write(&quot;&lt;option value=\&quot;#B23AEE\&quot;&gt;Dark Orchid2&quot;);
document.write(&quot;&lt;option value=\&quot;#9A32CD\&quot;&gt;Dark Orchid3&quot;);
document.write(&quot;&lt;option value=\&quot;#68228B\&quot;&gt;Dark Orchid4&quot;);
document.write(&quot;&lt;option value=\&quot;#9B30FF\&quot;&gt;Purple1&quot;);
document.write(&quot;&lt;option value=\&quot;#912CEE\&quot;&gt;Purple2&quot;);
document.write(&quot;&lt;option value=\&quot;#7D26CD\&quot;&gt;Purple3&quot;);
document.write(&quot;&lt;option value=\&quot;#551A8B\&quot;&gt;Purple4&quot;);
document.write(&quot;&lt;option value=\&quot;#AB82FF\&quot;&gt;Medium Purple1&quot;);
document.write(&quot;&lt;option value=\&quot;#9F79EE\&quot;&gt;Medium Purple2&quot;);
document.write(&quot;&lt;option value=\&quot;#8968CD\&quot;&gt;Medium Purple3&quot;);
document.write(&quot;&lt;option value=\&quot;#5D478B\&quot;&gt;Medium Purple4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE1FF\&quot;&gt;Thistle1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED2EE\&quot;&gt;Thistle2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB5CD\&quot;&gt;Thistle3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7B8B\&quot;&gt;Thistle4&quot;);
document.write(&quot;&lt;option value=\&quot;#1C1C1C\&quot;&gt;Gray11&quot;);
document.write(&quot;&lt;option value=\&quot;#363636\&quot;&gt;Gray21&quot;);
document.write(&quot;&lt;option value=\&quot;#4F4F4F\&quot;&gt;Gray31&quot;);
document.write(&quot;&lt;option value=\&quot;#696969\&quot;&gt;Gray41&quot;);
document.write(&quot;&lt;option value=\&quot;#828282\&quot;&gt;Gray51&quot;);
document.write(&quot;&lt;option value=\&quot;#9C9C9C\&quot;&gt;Gray61&quot;);
document.write(&quot;&lt;option value=\&quot;#B5B5B5\&quot;&gt;Gray71&quot;);
document.write(&quot;&lt;option value=\&quot;#CFCFCF\&quot;&gt;Gray81&quot;);
document.write(&quot;&lt;option value=\&quot;#E8E8E8\&quot;&gt;Gray91&quot;);
document.write(&quot;&lt;option value=\&quot;#A9A9A9\&quot;&gt;Dark Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#00008B\&quot;&gt;Dark Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#008B8B\&quot;&gt;Dark Cyan&quot;);
document.write(&quot;&lt;option value=\&quot;#8B008B\&quot;&gt;Dark Magenta&quot;);
document.write(&quot;&lt;option value=\&quot;#8B0000\&quot;&gt;Dark Red&quot;);
document.write(&quot;&lt;option value=\&quot;#90EE90\&quot;&gt;Light Green&quot;);
document.write(&quot;&lt;/select&gt;&quot;);
document.write(&quot;&lt;/form&gt;&quot;);
// fim --&gt;
&lt;/script&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
		<content:encoded><![CDATA[&lt;html&gt;
&lt;head&gt;
&lt;title&gt;CORES DE FUNDO1&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;form&gt;
&lt;script&gt;
&lt;!--
document.write(&quot;&lt;form name=\&quot;fundocor\&quot;&gt;&quot;);
document.write(&quot;&lt;select onChange=\&quot;document.bgColor = this.options[selectedIndex].value\&quot;&gt;&quot;);
document.write(&quot;&lt;option value=\&quot;#ffffff\&quot;selected&gt;CORES DE FUNDO&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFAFA\&quot;&gt;Snow&quot;);
document.write(&quot;&lt;option value=\&quot;#F8F8FF\&quot;&gt;Ghost White&quot;);
document.write(&quot;&lt;option value=\&quot;#F5F5F5\&quot;&gt;White Smoke&quot;);
document.write(&quot;&lt;option value=\&quot;#DCDCDC\&quot;&gt;Gainsboro&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFAF0\&quot;&gt;Floral White&quot;);
document.write(&quot;&lt;option value=\&quot;#FDF5E6\&quot;&gt;Old Lace&quot;);
document.write(&quot;&lt;option value=\&quot;#FAF0E6\&quot;&gt;Linen&quot;);
document.write(&quot;&lt;option value=\&quot;#FAEBD7\&quot;&gt;Antique White&quot;);
document.write(&quot;&lt;option value=\&quot;#FFEFD5\&quot;&gt;Papaya Whip&quot;);
document.write(&quot;&lt;option value=\&quot;#FFEBCD\&quot;&gt;Blanched Almon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4C4\&quot;&gt;Bisque&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDAB9\&quot;&gt;Peach Puff&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDEAD\&quot;&gt;Navajo White&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4B5\&quot;&gt;Moccasin&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF8DC\&quot;&gt;Cornsilk&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFF0\&quot;&gt;Ivory&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFACD\&quot;&gt;Lemon Chiffon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF5EE\&quot;&gt;Seashell&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFF0\&quot;&gt;Honeydew&quot;);
document.write(&quot;&lt;option value=\&quot;#F5FFFA\&quot;&gt;Mint Cream&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFFF\&quot;&gt;Azure&quot;);
document.write(&quot;&lt;option value=\&quot;#F0F8FF\&quot;&gt;Alice Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#E6E6FA\&quot;&gt;Lavender&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF0F5\&quot;&gt;Lavender Blush&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4E1\&quot;&gt;Misty Rose&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFFF\&quot;&gt;White&quot;);
document.write(&quot;&lt;option value=\&quot;#000000\&quot;&gt;Black&quot;);
document.write(&quot;&lt;option value=\&quot;#2F4F4F\&quot;&gt;Dark Slate Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#696969\&quot;&gt;Dim Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#708090\&quot;&gt;Slate Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#778899\&quot;&gt;Light Slate Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#BEBEBE\&quot;&gt;Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#D3D3D3\&quot;&gt;Light Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#191970\&quot;&gt;Midnight Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#000080\&quot;&gt;Navy Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#6495ED\&quot;&gt;Cornflower Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#483D8B\&quot;&gt;Dark Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#6A5ACD\&quot;&gt;Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#7B68EE\&quot;&gt;Medium Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#8470FF\&quot;&gt;Light Slate Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#0000CD\&quot;&gt;Medium Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#4169E1\&quot;&gt;Royal Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#0000FF\&quot;&gt;Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#1E90FF\&quot;&gt;Dodger Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#00BFFF\&quot;&gt;Deep Sky Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#87CEEB\&quot;&gt;Sky Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#87CEFA\&quot;&gt;Light Sky Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#4682B4\&quot;&gt;Steel Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#B0C4DE\&quot;&gt;Light Steel Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#ADD8E6\&quot;&gt;Light Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#B0E0E6\&quot;&gt;Powder Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#AFEEEE\&quot;&gt;Pale Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#00CED1\&quot;&gt;Dark Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#48D1CC\&quot;&gt;Medium Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#40E0D0\&quot;&gt;Turquoise&quot;);
document.write(&quot;&lt;option value=\&quot;#00FFFF\&quot;&gt;Cyan&quot;);
document.write(&quot;&lt;option value=\&quot;#E0FFFF\&quot;&gt;Light Cyan&quot;);
document.write(&quot;&lt;option value=\&quot;#5F9EA0\&quot;&gt;Cadet Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#66CDAA\&quot;&gt;Medium Aquamarine&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFFD4\&quot;&gt;Aquamarine&quot;);
document.write(&quot;&lt;option value=\&quot;#006400\&quot;&gt;Dark Green&quot;);
document.write(&quot;&lt;option value=\&quot;#556B2F\&quot;&gt;Dark Olive Green&quot;);
document.write(&quot;&lt;option value=\&quot;#8FBC8F\&quot;&gt;Dark Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#2E8B57\&quot;&gt;Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#3CB371\&quot;&gt;Medium Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#20B2AA\&quot;&gt;Light Sea Green&quot;);
document.write(&quot;&lt;option value=\&quot;#98FB98\&quot;&gt;Pale Green&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF7F\&quot;&gt;Spring Green&quot;);
document.write(&quot;&lt;option value=\&quot;#7CFC00\&quot;&gt;Lawn Green&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF00\&quot;&gt;Green&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFF00\&quot;&gt;Chartreuse&quot;);
document.write(&quot;&lt;option value=\&quot;#00FA9A\&quot;&gt;Medium Spring Green&quot;);
document.write(&quot;&lt;option value=\&quot;#ADFF2F\&quot;&gt;Green Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#32CD32\&quot;&gt;Lime Green&quot;);
document.write(&quot;&lt;option value=\&quot;#9ACD32\&quot;&gt;Yellow Green&quot;);
document.write(&quot;&lt;option value=\&quot;#228B22\&quot;&gt;Forest Green&quot;);
document.write(&quot;&lt;option value=\&quot;#6B8E23\&quot;&gt;Olive Drab&quot;);
document.write(&quot;&lt;option value=\&quot;#BDB76B\&quot;&gt;Dark Khaki&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE8AA\&quot;&gt;Pale Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#FAFAD2\&quot;&gt;Lt Goldenrod Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFE0\&quot;&gt;Light Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFF00\&quot;&gt;Yellow&quot;);
document.write(&quot;&lt;option value=\&quot;#FFD700\&quot;&gt;Gold&quot;);
document.write(&quot;&lt;option value=\&quot;#EEDD82\&quot;&gt;Light Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#DAA520\&quot;&gt;Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#B8860B\&quot;&gt;Dark Goldenrod&quot;);
document.write(&quot;&lt;option value=\&quot;#BC8F8F\&quot;&gt;Rosy Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#CD5C5C\&quot;&gt;Indian Red&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4513\&quot;&gt;Saddle Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#A0522D\&quot;&gt;Sienna&quot;);
document.write(&quot;&lt;option value=\&quot;#CD853F\&quot;&gt;Peru&quot;);
document.write(&quot;&lt;option value=\&quot;#DEB887\&quot;&gt;Burlywood&quot;);
document.write(&quot;&lt;option value=\&quot;#F5F5DC\&quot;&gt;Beige&quot;);
document.write(&quot;&lt;option value=\&quot;#F5DEB3\&quot;&gt;Wheat&quot;);
document.write(&quot;&lt;option value=\&quot;#F4A460\&quot;&gt;Sandy Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#D2B48C\&quot;&gt;Tan&quot;);
document.write(&quot;&lt;option value=\&quot;#D2691E\&quot;&gt;Chocolate&quot;);
document.write(&quot;&lt;option value=\&quot;#B22222\&quot;&gt;Firebrick&quot;);
document.write(&quot;&lt;option value=\&quot;#A52A2A\&quot;&gt;Brown&quot;);
document.write(&quot;&lt;option value=\&quot;#E9967A\&quot;&gt;Dark Salmon&quot;);
document.write(&quot;&lt;option value=\&quot;#FA8072\&quot;&gt;Salmon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA07A\&quot;&gt;Light Salmon&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA500\&quot;&gt;Orange&quot;);
document.write(&quot;&lt;option value=\&quot;#FF8C00\&quot;&gt;Dark Orange&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7F50\&quot;&gt;Coral&quot;);
document.write(&quot;&lt;option value=\&quot;#F08080\&quot;&gt;Light Coral&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6347\&quot;&gt;Tomato&quot;);
document.write(&quot;&lt;option value=\&quot;#FF4500\&quot;&gt;Orange Red&quot;);
document.write(&quot;&lt;option value=\&quot;#FF0000\&quot;&gt;Red&quot;);
document.write(&quot;&lt;option value=\&quot;#FF69B4\&quot;&gt;Hot Pin&quot;);
document.write(&quot;&lt;option value=\&quot;#FF1493\&quot;&gt;Deep Pink&quot;);
document.write(&quot;&lt;option value=\&quot;#FFC0CB\&quot;&gt;Pink&quot;);
document.write(&quot;&lt;option value=\&quot;#FFB6C1\&quot;&gt;Light Pink&quot;);
document.write(&quot;&lt;option value=\&quot;#DB7093\&quot;&gt;Pale Violet Red&quot;);
document.write(&quot;&lt;option value=\&quot;#B03060\&quot;&gt;Maroon&quot;);
document.write(&quot;&lt;option value=\&quot;#C71585\&quot;&gt;Medium Violet Red&quot;);
document.write(&quot;&lt;option value=\&quot;#D02090\&quot;&gt;Violet Red&quot;);
document.write(&quot;&lt;option value=\&quot;#FF00FF\&quot;&gt;Magenta&quot;);
document.write(&quot;&lt;option value=\&quot;#EE82EE\&quot;&gt;Violet&quot;);
document.write(&quot;&lt;option value=\&quot;#DDA0DD\&quot;&gt;Plum&quot;);
document.write(&quot;&lt;option value=\&quot;#DA70D6\&quot;&gt;Orchid&quot;);
document.write(&quot;&lt;option value=\&quot;#BA55D3\&quot;&gt;Medium Orchid&quot;);
document.write(&quot;&lt;option value=\&quot;#9932CC\&quot;&gt;Dark Orchid&quot;);
document.write(&quot;&lt;option value=\&quot;#9400D3\&quot;&gt;Dark Violet&quot;);
document.write(&quot;&lt;option value=\&quot;#8A2BE2\&quot;&gt;Blue Violet&quot;);
document.write(&quot;&lt;option value=\&quot;#A020F0\&quot;&gt;Purple&quot;);
document.write(&quot;&lt;option value=\&quot;#9370DB\&quot;&gt;Medium Purple&quot;);
document.write(&quot;&lt;option value=\&quot;#D8BFD8\&quot;&gt;Thistle&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFAFA\&quot;&gt;Snow1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE9E9\&quot;&gt;Snow2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC9C9\&quot;&gt;Snow3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8989\&quot;&gt;Snow4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF5EE\&quot;&gt;Seashell1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE5DE\&quot;&gt;Seashell2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC5BF\&quot;&gt;Seashell3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8682\&quot;&gt;Seashell4&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8682\&quot;&gt;Antique White1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEDFCC\&quot;&gt;Antique White2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC0B0\&quot;&gt;Antique White3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8378\&quot;&gt;Antique White4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4C4\&quot;&gt;Bisque1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED5B7\&quot;&gt;Bisque2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB79E\&quot;&gt;Bisque3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7D6B\&quot;&gt;Bisque4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDAB9\&quot;&gt;Peach Puff1&quot;);
document.write(&quot;&lt;option value=\&quot;#EECBAD\&quot;&gt;Peach Puff2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDAF95\&quot;&gt;Peach Puff3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7765\&quot;&gt;Peach Puff4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFDEAD\&quot;&gt;Navajo White1&quot;);
document.write(&quot;&lt;option value=\&quot;#EECFA1\&quot;&gt;Navajo White2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB38B\&quot;&gt;Navajo White3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B795E\&quot;&gt;Navajo White4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFACD\&quot;&gt;Lemon Chiffon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE9BF\&quot;&gt;Lemon Chiffon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC9A5\&quot;&gt;Lemon Chiffon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8970\&quot;&gt;Lemon Chiffon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF8DC\&quot;&gt;Cornsilk1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE8CD\&quot;&gt;Cornsilk2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC8B1\&quot;&gt;Cornsilk3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8878\&quot;&gt;Cornsilk4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFF0\&quot;&gt;Ivory1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEEEE0\&quot;&gt;Ivory2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDCDC1\&quot;&gt;Ivory3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8B83\&quot;&gt;Ivory4&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFF0\&quot;&gt;Honeydew1&quot;);
document.write(&quot;&lt;option value=\&quot;#E0EEE0\&quot;&gt;Honeydew2&quot;);
document.write(&quot;&lt;option value=\&quot;#C1CDC1\&quot;&gt;Honeydew3&quot;);
document.write(&quot;&lt;option value=\&quot;#838B83\&quot;&gt;Honeydew4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF0F5\&quot;&gt;Lavender Blush1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE0E5\&quot;&gt;Lavender Blush2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC1C5\&quot;&gt;Lavender Blush3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8386\&quot;&gt;Lavender Blush4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE4E1\&quot;&gt;Misty Rose1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED5D2\&quot;&gt;Misty Rose2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB7B5\&quot;&gt;Misty Rose3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7D7B\&quot;&gt;Misty Rose4&quot;);
document.write(&quot;&lt;option value=\&quot;#F0FFFF\&quot;&gt;Azure1&quot;);
document.write(&quot;&lt;option value=\&quot;#E0EEEE\&quot;&gt;Azure2&quot;);
document.write(&quot;&lt;option value=\&quot;#C1CDCD\&quot;&gt;Azure3&quot;);
document.write(&quot;&lt;option value=\&quot;#838B8B\&quot;&gt;Azure4&quot;);
document.write(&quot;&lt;option value=\&quot;#836FFF\&quot;&gt;Slate Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#7A67EE\&quot;&gt;Slate Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#6959CD\&quot;&gt;Slate Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#473C8B\&quot;&gt;Slate Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#4876FF\&quot;&gt;Royal Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#436EEE\&quot;&gt;Royal Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#3A5FCD\&quot;&gt;Royal Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#27408B\&quot;&gt;Royal Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#0000FF\&quot;&gt;Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#0000EE\&quot;&gt;Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#0000CD\&quot;&gt;Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#00008B\&quot;&gt;Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#1E90FF\&quot;&gt;Dodger Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#1C86EE\&quot;&gt;Dodger Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#1874CD\&quot;&gt;Dodger Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#104E8B\&quot;&gt;Dodger Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#63B8FF\&quot;&gt;Steel Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#5CACEE\&quot;&gt;Steel Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#4F94CD\&quot;&gt;Steel Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#36648B\&quot;&gt;Steel Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#00BFFF\&quot;&gt;Deep Sky Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#00B2EE\&quot;&gt;Deep Sky Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#009ACD\&quot;&gt;Deep Sky Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#00688B\&quot;&gt;Deep Sky Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#87CEFF\&quot;&gt;Sky Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#7EC0EE\&quot;&gt;Sky Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#6CA6CD\&quot;&gt;Sky Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#4A708B\&quot;&gt;Sky Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#B0E2FF\&quot;&gt;Light Sky Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#A4D3EE\&quot;&gt;Light Sky Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#8DB6CD\&quot;&gt;Light Sky Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#607B8B\&quot;&gt;Light Sky Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#C6E2FF\&quot;&gt;Slate Gray1&quot;);
document.write(&quot;&lt;option value=\&quot;#B9D3EE\&quot;&gt;Slate Gray2&quot;);
document.write(&quot;&lt;option value=\&quot;#9FB6CD\&quot;&gt;Slate Gray3&quot;);
document.write(&quot;&lt;option value=\&quot;#6C7B8B\&quot;&gt;Slate Gray4&quot;);
document.write(&quot;&lt;option value=\&quot;#CAE1FF\&quot;&gt;Light Steel Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#BCD2EE\&quot;&gt;Light Steel Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#A2B5CD\&quot;&gt;Light Steel Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#6E7B8B\&quot;&gt;Light Steel Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#BFEFFF\&quot;&gt;Light Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#B2DFEE\&quot;&gt;Light Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#9AC0CD\&quot;&gt;Light Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#68838B\&quot;&gt;Light Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#E0FFFF\&quot;&gt;Light Cyan1&quot;);
document.write(&quot;&lt;option value=\&quot;#D1EEEE\&quot;&gt;Light Cyan2&quot;);
document.write(&quot;&lt;option value=\&quot;#B4CDCD\&quot;&gt;Light Cyan3&quot;);
document.write(&quot;&lt;option value=\&quot;#7A8B8B\&quot;&gt;Light Cyan4&quot;);
document.write(&quot;&lt;option value=\&quot;#BBFFFF\&quot;&gt;Pale Turquoise1&quot;);
document.write(&quot;&lt;option value=\&quot;#AEEEEE\&quot;&gt;Pale Turquoise2&quot;);
document.write(&quot;&lt;option value=\&quot;#96CDCD\&quot;&gt;Pale Turquoise3&quot;);
document.write(&quot;&lt;option value=\&quot;#668B8B\&quot;&gt;Pale Turquoise4&quot;);
document.write(&quot;&lt;option value=\&quot;#98F5FF\&quot;&gt;Cadet Blue1&quot;);
document.write(&quot;&lt;option value=\&quot;#8EE5EE\&quot;&gt;Cadet Blue2&quot;);
document.write(&quot;&lt;option value=\&quot;#7AC5CD\&quot;&gt;Cadet Blue3&quot;);
document.write(&quot;&lt;option value=\&quot;#53868B\&quot;&gt;Cadet Blue4&quot;);
document.write(&quot;&lt;option value=\&quot;#00F5FF\&quot;&gt;Turquoise1&quot;);
document.write(&quot;&lt;option value=\&quot;#00E5EE\&quot;&gt;Turquoise2&quot;);
document.write(&quot;&lt;option value=\&quot;#00C5CD\&quot;&gt;Turquoise3&quot;);
document.write(&quot;&lt;option value=\&quot;#00868B\&quot;&gt;Turquoise4&quot;);
document.write(&quot;&lt;option value=\&quot;#00FFFF\&quot;&gt;Cyan1&quot;);
document.write(&quot;&lt;option value=\&quot;#00EEEE\&quot;&gt;Cyan2&quot;);
document.write(&quot;&lt;option value=\&quot;#00CDCD\&quot;&gt;Cyan3&quot;);
document.write(&quot;&lt;option value=\&quot;#008B8B\&quot;&gt;Cyan4&quot;);
document.write(&quot;&lt;option value=\&quot;#97FFFF\&quot;&gt;Dark Slate Gray1&quot;);
document.write(&quot;&lt;option value=\&quot;#8DEEEE\&quot;&gt;Dark Slate Gray2&quot;);
document.write(&quot;&lt;option value=\&quot;#79CDCD\&quot;&gt;Dark Slate Gray3&quot;);
document.write(&quot;&lt;option value=\&quot;#528B8B\&quot;&gt;Dark Slate Gray4&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFFD4\&quot;&gt;Aquamarine1&quot;);
document.write(&quot;&lt;option value=\&quot;#76EEC6\&quot;&gt;Aquamarine2&quot;);
document.write(&quot;&lt;option value=\&quot;#66CDAA\&quot;&gt;Aquamarine3&quot;);
document.write(&quot;&lt;option value=\&quot;#458B74\&quot;&gt;Aquamarine4&quot;);
document.write(&quot;&lt;option value=\&quot;#C1FFC1\&quot;&gt;Dark Sea Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#B4EEB4\&quot;&gt;Dark Sea Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#9BCD9B\&quot;&gt;Dark Sea Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#698B69\&quot;&gt;Dark Sea Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#54FF9F\&quot;&gt;Sea Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#4EEE94\&quot;&gt;Sea Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#43CD80\&quot;&gt;Sea Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#2E8B57\&quot;&gt;Sea Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#9AFF9A\&quot;&gt;Pale Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#90EE90\&quot;&gt;Pale Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#7CCD7C\&quot;&gt;Pale Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#548B54\&quot;&gt;Pale Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF7F\&quot;&gt;Spring Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#00EE76\&quot;&gt;Spring Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#00CD66\&quot;&gt;Spring Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#008B45\&quot;&gt;Spring Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#00FF00\&quot;&gt;Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#00EE00\&quot;&gt;Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#00CD00\&quot;&gt;Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#008B00\&quot;&gt;Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#7FFF00\&quot;&gt;Chartreuse1&quot;);
document.write(&quot;&lt;option value=\&quot;#76EE00\&quot;&gt;Chartreuse2&quot;);
document.write(&quot;&lt;option value=\&quot;#66CD00\&quot;&gt;Chartreuse3&quot;);
document.write(&quot;&lt;option value=\&quot;#458B00\&quot;&gt;Chartreuse4&quot;);
document.write(&quot;&lt;option value=\&quot;#C0FF3E\&quot;&gt;Olive Drab1&quot;);
document.write(&quot;&lt;option value=\&quot;#B3EE3A\&quot;&gt;Olive Drab2&quot;);
document.write(&quot;&lt;option value=\&quot;#9ACD32\&quot;&gt;Olive Drab3&quot;);
document.write(&quot;&lt;option value=\&quot;#698B22\&quot;&gt;Olive Drab4&quot;);
document.write(&quot;&lt;option value=\&quot;#CAFF70\&quot;&gt;Dark Olive Green1&quot;);
document.write(&quot;&lt;option value=\&quot;#BCEE68\&quot;&gt;Dark Olive Green2&quot;);
document.write(&quot;&lt;option value=\&quot;#A2CD5A\&quot;&gt;Dark Olive Green3&quot;);
document.write(&quot;&lt;option value=\&quot;#6E8B3D\&quot;&gt;Dark Olive Green4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFF68F\&quot;&gt;Khaki1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEE685\&quot;&gt;Khaki2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDC673\&quot;&gt;Khaki3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B864E\&quot;&gt;Khaki4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFEC8B\&quot;&gt;Light Goldenrod1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEDC82\&quot;&gt;Light Goldenrod2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDBE70\&quot;&gt;Light Goldenrod3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B814C\&quot;&gt;Light Goldenrod4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFFE0\&quot;&gt;Light Yellow1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEEED1\&quot;&gt;Light Yellow2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDCDB4\&quot;&gt;Light Yellow3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8B7A\&quot;&gt;Light Yellow4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFFF00\&quot;&gt;Yellow1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEEE00\&quot;&gt;Yellow2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDCD00\&quot;&gt;Yellow3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B8B00\&quot;&gt;Yellow4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFD700\&quot;&gt;Gold1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEC900\&quot;&gt;Gold2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDAD00\&quot;&gt;Gold3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7500\&quot;&gt;Gold4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFC125\&quot;&gt;Goldenrod1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEB422\&quot;&gt;Goldenrod2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD9B1D\&quot;&gt;Goldenrod3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B6914\&quot;&gt;Goldenrod4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFB90F\&quot;&gt;Dark Goldenrod1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEAD0E\&quot;&gt;Dark Goldenrod2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD950C\&quot;&gt;Dark Goldenrod3&quot;);
document.write(&quot;&lt;option value=\&quot;#FFC1C1\&quot;&gt;Rosy Brown1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEB4B4\&quot;&gt;Rosy Brown2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD9B9B\&quot;&gt;Rosy Brown3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B6969\&quot;&gt;Rosy Brown4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6A6A\&quot;&gt;Indian Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE6363\&quot;&gt;Indian Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD5555\&quot;&gt;Indian Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3A3A\&quot;&gt;Indian Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF8247\&quot;&gt;Sienna1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7942\&quot;&gt;Sienna2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6839\&quot;&gt;Sienna3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4726\&quot;&gt;Sienna4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFD39B\&quot;&gt;Burlywood1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEC591\&quot;&gt;Burlywood2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDAA7D\&quot;&gt;Burlywood3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7355\&quot;&gt;Burlywood4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE7BA\&quot;&gt;Wheat1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED8AE\&quot;&gt;Wheat2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDBA96\&quot;&gt;Wheat3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7E66\&quot;&gt;Wheat4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA54F\&quot;&gt;Tan1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE9A49\&quot;&gt;Tan2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD853F\&quot;&gt;Tan3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5A2B\&quot;&gt;Tan4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7F24\&quot;&gt;Chocolate1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7621\&quot;&gt;Chocolate2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD661D\&quot;&gt;Chocolate3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4513\&quot;&gt;Chocolate4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF3030\&quot;&gt;Firebrick1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE2C2C\&quot;&gt;Firebrick2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD2626\&quot;&gt;Firebrick3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B1A1A\&quot;&gt;Firebrick4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF4040\&quot;&gt;Brown1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE3B3B\&quot;&gt;Brown2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD3333\&quot;&gt;Brown3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B2323\&quot;&gt;Brown4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF8C69\&quot;&gt;Salmon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE8262\&quot;&gt;Salmon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD7054\&quot;&gt;Salmon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4C39\&quot;&gt;Salmon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA07A\&quot;&gt;Light Salmon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE9572\&quot;&gt;Light Salmon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD8162\&quot;&gt;Light Salmon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5742\&quot;&gt;Light Salmon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFA500\&quot;&gt;Orange1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE9A00\&quot;&gt;Orange2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD8500\&quot;&gt;Orange3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5A00\&quot;&gt;Orange4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7F00\&quot;&gt;Dark Orange1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7600\&quot;&gt;Dark Orange2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6600\&quot;&gt;Dark Orange3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4500\&quot;&gt;Dark Orange4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF7256\&quot;&gt;Coral1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE6A50\&quot;&gt;Coral2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD5B45\&quot;&gt;Coral3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3E2F\&quot;&gt;Coral4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6347\&quot;&gt;Tomato1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE5C42\&quot;&gt;Tomato2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD4F39\&quot;&gt;Tomato3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3626\&quot;&gt;Tomato4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF4500\&quot;&gt;Orange Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE4000\&quot;&gt;Orange Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD3700\&quot;&gt;Orange Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B2500\&quot;&gt;Orange Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF0000\&quot;&gt;Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE0000\&quot;&gt;Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD0000\&quot;&gt;Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B0000\&quot;&gt;Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF1493\&quot;&gt;Deep Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE1289\&quot;&gt;Deep Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD1076\&quot;&gt;Deep Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B0A50\&quot;&gt;Deep Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF6EB4\&quot;&gt;Hot Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE6AA7\&quot;&gt;Hot Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6090\&quot;&gt;Hot Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B3A62\&quot;&gt;Hot Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFB5C5\&quot;&gt;Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEA9B8\&quot;&gt;Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD919E\&quot;&gt;Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B636C\&quot;&gt;Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFAEB9\&quot;&gt;Light Pink1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEA2AD\&quot;&gt;Light Pink2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD8C95\&quot;&gt;Light Pink3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B5F65\&quot;&gt;Light Pink4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF82AB\&quot;&gt;Pale Violet Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE799F\&quot;&gt;Pale Violet Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD6889\&quot;&gt;Pale Violet Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B475D\&quot;&gt;Pale Violet Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF34B3\&quot;&gt;Maroon1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE30A7\&quot;&gt;Maroon2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD2990\&quot;&gt;Maroon3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B1C62\&quot;&gt;Maroon4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF3E96\&quot;&gt;Violet Red1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE3A8C\&quot;&gt;Violet Red2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD3278\&quot;&gt;Violet Red3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B2252\&quot;&gt;Violet Red4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF00FF\&quot;&gt;Magenta1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE00EE\&quot;&gt;Magenta2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD00CD\&quot;&gt;Magenta3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B008B\&quot;&gt;Magenta4&quot;);
document.write(&quot;&lt;option value=\&quot;#FF83FA\&quot;&gt;Orchid1&quot;);
document.write(&quot;&lt;option value=\&quot;#EE7AE9\&quot;&gt;Orchid2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD69C9\&quot;&gt;Orchid3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B4789\&quot;&gt;Orchid4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFBBFF\&quot;&gt;Plum1&quot;);
document.write(&quot;&lt;option value=\&quot;#EEAEEE\&quot;&gt;Plum2&quot;);
document.write(&quot;&lt;option value=\&quot;#CD96CD\&quot;&gt;Plum3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B668B\&quot;&gt;Plum4&quot;);
document.write(&quot;&lt;option value=\&quot;#E066FF\&quot;&gt;Medium Orchid1&quot;);
document.write(&quot;&lt;option value=\&quot;#D15FEE\&quot;&gt;Medium Orchid2&quot;);
document.write(&quot;&lt;option value=\&quot;#B452CD\&quot;&gt;Medium Orchid3&quot;);
document.write(&quot;&lt;option value=\&quot;#7A378B\&quot;&gt;Medium Orchid4&quot;);
document.write(&quot;&lt;option value=\&quot;#BF3EFF\&quot;&gt;Dark Orchid1&quot;);
document.write(&quot;&lt;option value=\&quot;#B23AEE\&quot;&gt;Dark Orchid2&quot;);
document.write(&quot;&lt;option value=\&quot;#9A32CD\&quot;&gt;Dark Orchid3&quot;);
document.write(&quot;&lt;option value=\&quot;#68228B\&quot;&gt;Dark Orchid4&quot;);
document.write(&quot;&lt;option value=\&quot;#9B30FF\&quot;&gt;Purple1&quot;);
document.write(&quot;&lt;option value=\&quot;#912CEE\&quot;&gt;Purple2&quot;);
document.write(&quot;&lt;option value=\&quot;#7D26CD\&quot;&gt;Purple3&quot;);
document.write(&quot;&lt;option value=\&quot;#551A8B\&quot;&gt;Purple4&quot;);
document.write(&quot;&lt;option value=\&quot;#AB82FF\&quot;&gt;Medium Purple1&quot;);
document.write(&quot;&lt;option value=\&quot;#9F79EE\&quot;&gt;Medium Purple2&quot;);
document.write(&quot;&lt;option value=\&quot;#8968CD\&quot;&gt;Medium Purple3&quot;);
document.write(&quot;&lt;option value=\&quot;#5D478B\&quot;&gt;Medium Purple4&quot;);
document.write(&quot;&lt;option value=\&quot;#FFE1FF\&quot;&gt;Thistle1&quot;);
document.write(&quot;&lt;option value=\&quot;#EED2EE\&quot;&gt;Thistle2&quot;);
document.write(&quot;&lt;option value=\&quot;#CDB5CD\&quot;&gt;Thistle3&quot;);
document.write(&quot;&lt;option value=\&quot;#8B7B8B\&quot;&gt;Thistle4&quot;);
document.write(&quot;&lt;option value=\&quot;#1C1C1C\&quot;&gt;Gray11&quot;);
document.write(&quot;&lt;option value=\&quot;#363636\&quot;&gt;Gray21&quot;);
document.write(&quot;&lt;option value=\&quot;#4F4F4F\&quot;&gt;Gray31&quot;);
document.write(&quot;&lt;option value=\&quot;#696969\&quot;&gt;Gray41&quot;);
document.write(&quot;&lt;option value=\&quot;#828282\&quot;&gt;Gray51&quot;);
document.write(&quot;&lt;option value=\&quot;#9C9C9C\&quot;&gt;Gray61&quot;);
document.write(&quot;&lt;option value=\&quot;#B5B5B5\&quot;&gt;Gray71&quot;);
document.write(&quot;&lt;option value=\&quot;#CFCFCF\&quot;&gt;Gray81&quot;);
document.write(&quot;&lt;option value=\&quot;#E8E8E8\&quot;&gt;Gray91&quot;);
document.write(&quot;&lt;option value=\&quot;#A9A9A9\&quot;&gt;Dark Gray&quot;);
document.write(&quot;&lt;option value=\&quot;#00008B\&quot;&gt;Dark Blue&quot;);
document.write(&quot;&lt;option value=\&quot;#008B8B\&quot;&gt;Dark Cyan&quot;);
document.write(&quot;&lt;option value=\&quot;#8B008B\&quot;&gt;Dark Magenta&quot;);
document.write(&quot;&lt;option value=\&quot;#8B0000\&quot;&gt;Dark Red&quot;);
document.write(&quot;&lt;option value=\&quot;#90EE90\&quot;&gt;Light Green&quot;);
document.write(&quot;&lt;/select&gt;&quot;);
document.write(&quot;&lt;/form&gt;&quot;);
// fim --&gt;
&lt;/script&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;
]]></content:encoded>
	</item>
		<item>
		<title>Random de cores do plano de fundo</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/6627/</link>
		<pubDate></pubDate>
		<dc:creator>Conrado Alencar</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/6627/</guid>
		<description>Faça sua página mudar de cor de fundo sempre que alguém acessá-la.</description>
		<content:encoded><![CDATA[Faça sua página mudar de cor de fundo sempre que alguém acessá-la.]]></content:encoded>
	</item>
		<item>
		<title>Preenchendo completamente as colunas na vertical em um layout tableless</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/7681/</link>
		<pubDate></pubDate>
		<dc:creator>Éderson Cássio Lacerda Ferreira</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/7681/</guid>
		<description>Como preencher completamente com uma cor de fundo as colunas de um layout tableless, desde o topo até o pé.</description>
		<content:encoded><![CDATA[Como preencher completamente com uma cor de fundo as colunas de um layout tableless, desde o topo até o pé.]]></content:encoded>
	</item>
		<item>
		<title>muda cor de fundo</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/5942/</link>
		<pubDate></pubDate>
		<dc:creator>carlos antonio</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/5942/</guid>
		<description>janela do internet explorer mudando de cor antes de ser carregada</description>
		<content:encoded><![CDATA[janela do internet explorer mudando de cor antes de ser carregada]]></content:encoded>
	</item>
		<item>
		<title>Mudar a cor da barra de rolagem</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/4935/</link>
		<pubDate></pubDate>
		<dc:creator>Leonardo Madeira da Cruz</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/4935/</guid>
		<description>Mudar a cor da barra de rolagem</description>
		<content:encoded><![CDATA[Mudar a cor da barra de rolagem]]></content:encoded>
	</item>
		<item>
		<title>Barra de rolagem</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/4936/</link>
		<pubDate></pubDate>
		<dc:creator>Leonardo Madeira da Cruz</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/4936/</guid>
		<description>Este script muda a cor da barra de rolagem. Você pode colocar a cor que quiser.</description>
		<content:encoded><![CDATA[Este script muda a cor da barra de rolagem. Você pode colocar a cor que quiser.]]></content:encoded>
	</item>
		<item>
		<title>Cor de Fundo v1.0</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/5172/</link>
		<pubDate></pubDate>
		<dc:creator>João Luiz Cagnoni de Melo</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/5172/</guid>
		<description>Script de configuração fácil que possui 12 cores para o próprio internauta escolher o plano de fundo de sua home page.</description>
		<content:encoded><![CDATA[Script de configuração fácil que possui 12 cores para o próprio internauta escolher o plano de fundo de sua home page.]]></content:encoded>
	</item>
		<item>
		<title>TEXTO EM GRADIENTE !!!!!! NOTA 10 !!!!</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/5461/</link>
		<pubDate></pubDate>
		<dc:creator>kennedy tedesco parreira</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/5461/</guid>
		<description>ESSE SCRIPT VOCÊ PODE MODIFICAR O CÓDIGO FONTE POR SEU NOME E FICARÁ GRADIENTE ELE É EXELENTE !!!</description>
		<content:encoded><![CDATA[ESSE SCRIPT VOCÊ PODE MODIFICAR O CÓDIGO FONTE POR SEU NOME E FICARÁ GRADIENTE ELE É EXELENTE !!!]]></content:encoded>
	</item>
		<item>
		<title>JSLib</title>
		<link>http://www.scriptbrasil.com.br/download/codigo/7328/</link>
		<pubDate></pubDate>
		<dc:creator>Luciano Lima</dc:creator>
		<guid>http://www.scriptbrasil.com.br/download/codigo/7328/</guid>
		<description>Biblioteca que permite ao usuário modificar o aspecto da página automaticamente. Permite utilizar algumas de suas rotinas internas isoladamente. Com exemplo, instruções de uso, documentação, arquivo original e compactado. Feito em javaScript.</description>
		<content:encoded><![CDATA[Biblioteca que permite ao usuário modificar o aspecto da página automaticamente. Permite utilizar algumas de suas rotinas internas isoladamente. Com exemplo, instruções de uso, documentação, arquivo original e compactado. Feito em javaScript.]]></content:encoded>
	</item>
	</channel>
</rss>

