/* R Colors: https://github.com/gadenbuie/r-colors-css */
/* This is free and unencumbered software released into the public domain by Garrick Aden-Buie */
.white { color: rgb(255,255,255); }
.aliceblue { color: rgb(240,248,255); }
.antiquewhite { color: rgb(250,235,215); }
.antiquewhite1 { color: rgb(255,239,219); }
.antiquewhite2 { color: rgb(238,223,204); }
.antiquewhite3 { color: rgb(205,192,176); }
.antiquewhite4 { color: rgb(139,131,120); }
.aquamarine { color: rgb(127,255,212); }
.aquamarine1 { color: rgb(127,255,212); }
.aquamarine2 { color: rgb(118,238,198); }
.aquamarine3 { color: rgb(102,205,170); }
.aquamarine4 { color: rgb(69,139,116); }
.azure { color: rgb(240,255,255); }
.azure1 { color: rgb(240,255,255); }
.azure2 { color: rgb(224,238,238); }
.azure3 { color: rgb(193,205,205); }
.azure4 { color: rgb(131,139,139); }
.beige { color: rgb(245,245,220); }
.bisque { color: rgb(255,228,196); }
.bisque1 { color: rgb(255,228,196); }
.bisque2 { color: rgb(238,213,183); }
.bisque3 { color: rgb(205,183,158); }
.bisque4 { color: rgb(139,125,107); }
.black { color: rgb(0,0,0); }
.blanchedalmond { color: rgb(255,235,205); }
.blue { color: rgb(0,0,255); }
.blue1 { color: rgb(0,0,255); }
.blue2 { color: rgb(0,0,238); }
.blue3 { color: rgb(0,0,205); }
.blue4 { color: rgb(0,0,139); }
.blueviolet { color: rgb(138,43,226); }
.brown { color: rgb(165,42,42); }
.brown1 { color: rgb(255,64,64); }
.brown2 { color: rgb(238,59,59); }
.brown3 { color: rgb(205,51,51); }
.brown4 { color: rgb(139,35,35); }
.burlywood { color: rgb(222,184,135); }
.burlywood1 { color: rgb(255,211,155); }
.burlywood2 { color: rgb(238,197,145); }
.burlywood3 { color: rgb(205,170,125); }
.burlywood4 { color: rgb(139,115,85); }
.cadetblue { color: rgb(95,158,160); }
.cadetblue1 { color: rgb(152,245,255); }
.cadetblue2 { color: rgb(142,229,238); }
.cadetblue3 { color: rgb(122,197,205); }
.cadetblue4 { color: rgb(83,134,139); }
.chartreuse { color: rgb(127,255,0); }
.chartreuse1 { color: rgb(127,255,0); }
.chartreuse2 { color: rgb(118,238,0); }
.chartreuse3 { color: rgb(102,205,0); }
.chartreuse4 { color: rgb(69,139,0); }
.chocolate { color: rgb(210,105,30); }
.chocolate1 { color: rgb(255,127,36); }
.chocolate2 { color: rgb(238,118,33); }
.chocolate3 { color: rgb(205,102,29); }
.chocolate4 { color: rgb(139,69,19); }
.coral { color: rgb(255,127,80); }
.coral1 { color: rgb(255,114,86); }
.coral2 { color: rgb(238,106,80); }
.coral3 { color: rgb(205,91,69); }
.coral4 { color: rgb(139,62,47); }
.cornflowerblue { color: rgb(100,149,237); }
.cornsilk { color: rgb(255,248,220); }
.cornsilk1 { color: rgb(255,248,220); }
.cornsilk2 { color: rgb(238,232,205); }
.cornsilk3 { color: rgb(205,200,177); }
.cornsilk4 { color: rgb(139,136,120); }
.cyan { color: rgb(0,255,255); }
.cyan1 { color: rgb(0,255,255); }
.cyan2 { color: rgb(0,238,238); }
.cyan3 { color: rgb(0,205,205); }
.cyan4 { color: rgb(0,139,139); }
.darkblue { color: rgb(0,0,139); }
.darkcyan { color: rgb(0,139,139); }
.darkgoldenrod { color: rgb(184,134,11); }
.darkgoldenrod1 { color: rgb(255,185,15); }
.darkgoldenrod2 { color: rgb(238,173,14); }
.darkgoldenrod3 { color: rgb(205,149,12); }
.darkgoldenrod4 { color: rgb(139,101,8); }
.darkgray { color: rgb(169,169,169); }
.darkgreen { color: rgb(0,100,0); }
.darkgrey { color: rgb(169,169,169); }
.darkkhaki { color: rgb(189,183,107); }
.darkmagenta { color: rgb(139,0,139); }
.darkolivegreen { color: rgb(85,107,47); }
.darkolivegreen1 { color: rgb(202,255,112); }
.darkolivegreen2 { color: rgb(188,238,104); }
.darkolivegreen3 { color: rgb(162,205,90); }
.darkolivegreen4 { color: rgb(110,139,61); }
.darkorange { color: rgb(255,140,0); }
.darkorange1 { color: rgb(255,127,0); }
.darkorange2 { color: rgb(238,118,0); }
.darkorange3 { color: rgb(205,102,0); }
.darkorange4 { color: rgb(139,69,0); }
.darkorchid { color: rgb(153,50,204); }
.darkorchid1 { color: rgb(191,62,255); }
.darkorchid2 { color: rgb(178,58,238); }
.darkorchid3 { color: rgb(154,50,205); }
.darkorchid4 { color: rgb(104,34,139); }
.darkred { color: rgb(139,0,0); }
.darksalmon { color: rgb(233,150,122); }
.darkseagreen { color: rgb(143,188,143); }
.darkseagreen1 { color: rgb(193,255,193); }
.darkseagreen2 { color: rgb(180,238,180); }
.darkseagreen3 { color: rgb(155,205,155); }
.darkseagreen4 { color: rgb(105,139,105); }
.darkslateblue { color: rgb(72,61,139); }
.darkslategray { color: rgb(47,79,79); }
.darkslategray1 { color: rgb(151,255,255); }
.darkslategray2 { color: rgb(141,238,238); }
.darkslategray3 { color: rgb(121,205,205); }
.darkslategray4 { color: rgb(82,139,139); }
.darkslategrey { color: rgb(47,79,79); }
.darkturquoise { color: rgb(0,206,209); }
.darkviolet { color: rgb(148,0,211); }
.deeppink { color: rgb(255,20,147); }
.deeppink1 { color: rgb(255,20,147); }
.deeppink2 { color: rgb(238,18,137); }
.deeppink3 { color: rgb(205,16,118); }
.deeppink4 { color: rgb(139,10,80); }
.deepskyblue { color: rgb(0,191,255); }
.deepskyblue1 { color: rgb(0,191,255); }
.deepskyblue2 { color: rgb(0,178,238); }
.deepskyblue3 { color: rgb(0,154,205); }
.deepskyblue4 { color: rgb(0,104,139); }
.dimgray { color: rgb(105,105,105); }
.dimgrey { color: rgb(105,105,105); }
.dodgerblue { color: rgb(30,144,255); }
.dodgerblue1 { color: rgb(30,144,255); }
.dodgerblue2 { color: rgb(28,134,238); }
.dodgerblue3 { color: rgb(24,116,205); }
.dodgerblue4 { color: rgb(16,78,139); }
.firebrick { color: rgb(178,34,34); }
.firebrick1 { color: rgb(255,48,48); }
.firebrick2 { color: rgb(238,44,44); }
.firebrick3 { color: rgb(205,38,38); }
.firebrick4 { color: rgb(139,26,26); }
.floralwhite { color: rgb(255,250,240); }
.forestgreen { color: rgb(34,139,34); }
.gainsboro { color: rgb(220,220,220); }
.ghostwhite { color: rgb(248,248,255); }
.gold { color: rgb(255,215,0); }
.gold1 { color: rgb(255,215,0); }
.gold2 { color: rgb(238,201,0); }
.gold3 { color: rgb(205,173,0); }
.gold4 { color: rgb(139,117,0); }
.goldenrod { color: rgb(218,165,32); }
.goldenrod1 { color: rgb(255,193,37); }
.goldenrod2 { color: rgb(238,180,34); }
.goldenrod3 { color: rgb(205,155,29); }
.goldenrod4 { color: rgb(139,105,20); }
.gray { color: rgb(190,190,190); }
.gray0 { color: rgb(0,0,0); }
.gray1 { color: rgb(3,3,3); }
.gray2 { color: rgb(5,5,5); }
.gray3 { color: rgb(8,8,8); }
.gray4 { color: rgb(10,10,10); }
.gray5 { color: rgb(13,13,13); }
.gray6 { color: rgb(15,15,15); }
.gray7 { color: rgb(18,18,18); }
.gray8 { color: rgb(20,20,20); }
.gray9 { color: rgb(23,23,23); }
.gray10 { color: rgb(26,26,26); }
.gray11 { color: rgb(28,28,28); }
.gray12 { color: rgb(31,31,31); }
.gray13 { color: rgb(33,33,33); }
.gray14 { color: rgb(36,36,36); }
.gray15 { color: rgb(38,38,38); }
.gray16 { color: rgb(41,41,41); }
.gray17 { color: rgb(43,43,43); }
.gray18 { color: rgb(46,46,46); }
.gray19 { color: rgb(48,48,48); }
.gray20 { color: rgb(51,51,51); }
.gray21 { color: rgb(54,54,54); }
.gray22 { color: rgb(56,56,56); }
.gray23 { color: rgb(59,59,59); }
.gray24 { color: rgb(61,61,61); }
.gray25 { color: rgb(64,64,64); }
.gray26 { color: rgb(66,66,66); }
.gray27 { color: rgb(69,69,69); }
.gray28 { color: rgb(71,71,71); }
.gray29 { color: rgb(74,74,74); }
.gray30 { color: rgb(77,77,77); }
.gray31 { color: rgb(79,79,79); }
.gray32 { color: rgb(82,82,82); }
.gray33 { color: rgb(84,84,84); }
.gray34 { color: rgb(87,87,87); }
.gray35 { color: rgb(89,89,89); }
.gray36 { color: rgb(92,92,92); }
.gray37 { color: rgb(94,94,94); }
.gray38 { color: rgb(97,97,97); }
.gray39 { color: rgb(99,99,99); }
.gray40 { color: rgb(102,102,102); }
.gray41 { color: rgb(105,105,105); }
.gray42 { color: rgb(107,107,107); }
.gray43 { color: rgb(110,110,110); }
.gray44 { color: rgb(112,112,112); }
.gray45 { color: rgb(115,115,115); }
.gray46 { color: rgb(117,117,117); }
.gray47 { color: rgb(120,120,120); }
.gray48 { color: rgb(122,122,122); }
.gray49 { color: rgb(125,125,125); }
.gray50 { color: rgb(127,127,127); }
.gray51 { color: rgb(130,130,130); }
.gray52 { color: rgb(133,133,133); }
.gray53 { color: rgb(135,135,135); }
.gray54 { color: rgb(138,138,138); }
.gray55 { color: rgb(140,140,140); }
.gray56 { color: rgb(143,143,143); }
.gray57 { color: rgb(145,145,145); }
.gray58 { color: rgb(148,148,148); }
.gray59 { color: rgb(150,150,150); }
.gray60 { color: rgb(153,153,153); }
.gray61 { color: rgb(156,156,156); }
.gray62 { color: rgb(158,158,158); }
.gray63 { color: rgb(161,161,161); }
.gray64 { color: rgb(163,163,163); }
.gray65 { color: rgb(166,166,166); }
.gray66 { color: rgb(168,168,168); }
.gray67 { color: rgb(171,171,171); }
.gray68 { color: rgb(173,173,173); }
.gray69 { color: rgb(176,176,176); }
.gray70 { color: rgb(179,179,179); }
.gray71 { color: rgb(181,181,181); }
.gray72 { color: rgb(184,184,184); }
.gray73 { color: rgb(186,186,186); }
.gray74 { color: rgb(189,189,189); }
.gray75 { color: rgb(191,191,191); }
.gray76 { color: rgb(194,194,194); }
.gray77 { color: rgb(196,196,196); }
.gray78 { color: rgb(199,199,199); }
.gray79 { color: rgb(201,201,201); }
.gray80 { color: rgb(204,204,204); }
.gray81 { color: rgb(207,207,207); }
.gray82 { color: rgb(209,209,209); }
.gray83 { color: rgb(212,212,212); }
.gray84 { color: rgb(214,214,214); }
.gray85 { color: rgb(217,217,217); }
.gray86 { color: rgb(219,219,219); }
.gray87 { color: rgb(222,222,222); }
.gray88 { color: rgb(224,224,224); }
.gray89 { color: rgb(227,227,227); }
.gray90 { color: rgb(229,229,229); }
.gray91 { color: rgb(232,232,232); }
.gray92 { color: rgb(235,235,235); }
.gray93 { color: rgb(237,237,237); }
.gray94 { color: rgb(240,240,240); }
.gray95 { color: rgb(242,242,242); }
.gray96 { color: rgb(245,245,245); }
.gray97 { color: rgb(247,247,247); }
.gray98 { color: rgb(250,250,250); }
.gray99 { color: rgb(252,252,252); }
.gray100 { color: rgb(255,255,255); }
.green { color: rgb(0,255,0); }
.green1 { color: rgb(0,255,0); }
.green2 { color: rgb(0,238,0); }
.green3 { color: rgb(0,205,0); }
.green4 { color: rgb(0,139,0); }
.greenyellow { color: rgb(173,255,47); }
.grey { color: rgb(190,190,190); }
.grey0 { color: rgb(0,0,0); }
.grey1 { color: rgb(3,3,3); }
.grey2 { color: rgb(5,5,5); }
.grey3 { color: rgb(8,8,8); }
.grey4 { color: rgb(10,10,10); }
.grey5 { color: rgb(13,13,13); }
.grey6 { color: rgb(15,15,15); }
.grey7 { color: rgb(18,18,18); }
.grey8 { color: rgb(20,20,20); }
.grey9 { color: rgb(23,23,23); }
.grey10 { color: rgb(26,26,26); }
.grey11 { color: rgb(28,28,28); }
.grey12 { color: rgb(31,31,31); }
.grey13 { color: rgb(33,33,33); }
.grey14 { color: rgb(36,36,36); }
.grey15 { color: rgb(38,38,38); }
.grey16 { color: rgb(41,41,41); }
.grey17 { color: rgb(43,43,43); }
.grey18 { color: rgb(46,46,46); }
.grey19 { color: rgb(48,48,48); }
.grey20 { color: rgb(51,51,51); }
.grey21 { color: rgb(54,54,54); }
.grey22 { color: rgb(56,56,56); }
.grey23 { color: rgb(59,59,59); }
.grey24 { color: rgb(61,61,61); }
.grey25 { color: rgb(64,64,64); }
.grey26 { color: rgb(66,66,66); }
.grey27 { color: rgb(69,69,69); }
.grey28 { color: rgb(71,71,71); }
.grey29 { color: rgb(74,74,74); }
.grey30 { color: rgb(77,77,77); }
.grey31 { color: rgb(79,79,79); }
.grey32 { color: rgb(82,82,82); }
.grey33 { color: rgb(84,84,84); }
.grey34 { color: rgb(87,87,87); }
.grey35 { color: rgb(89,89,89); }
.grey36 { color: rgb(92,92,92); }
.grey37 { color: rgb(94,94,94); }
.grey38 { color: rgb(97,97,97); }
.grey39 { color: rgb(99,99,99); }
.grey40 { color: rgb(102,102,102); }
.grey41 { color: rgb(105,105,105); }
.grey42 { color: rgb(107,107,107); }
.grey43 { color: rgb(110,110,110); }
.grey44 { color: rgb(112,112,112); }
.grey45 { color: rgb(115,115,115); }
.grey46 { color: rgb(117,117,117); }
.grey47 { color: rgb(120,120,120); }
.grey48 { color: rgb(122,122,122); }
.grey49 { color: rgb(125,125,125); }
.grey50 { color: rgb(127,127,127); }
.grey51 { color: rgb(130,130,130); }
.grey52 { color: rgb(133,133,133); }
.grey53 { color: rgb(135,135,135); }
.grey54 { color: rgb(138,138,138); }
.grey55 { color: rgb(140,140,140); }
.grey56 { color: rgb(143,143,143); }
.grey57 { color: rgb(145,145,145); }
.grey58 { color: rgb(148,148,148); }
.grey59 { color: rgb(150,150,150); }
.grey60 { color: rgb(153,153,153); }
.grey61 { color: rgb(156,156,156); }
.grey62 { color: rgb(158,158,158); }
.grey63 { color: rgb(161,161,161); }
.grey64 { color: rgb(163,163,163); }
.grey65 { color: rgb(166,166,166); }
.grey66 { color: rgb(168,168,168); }
.grey67 { color: rgb(171,171,171); }
.grey68 { color: rgb(173,173,173); }
.grey69 { color: rgb(176,176,176); }
.grey70 { color: rgb(179,179,179); }
.grey71 { color: rgb(181,181,181); }
.grey72 { color: rgb(184,184,184); }
.grey73 { color: rgb(186,186,186); }
.grey74 { color: rgb(189,189,189); }
.grey75 { color: rgb(191,191,191); }
.grey76 { color: rgb(194,194,194); }
.grey77 { color: rgb(196,196,196); }
.grey78 { color: rgb(199,199,199); }
.grey79 { color: rgb(201,201,201); }
.grey80 { color: rgb(204,204,204); }
.grey81 { color: rgb(207,207,207); }
.grey82 { color: rgb(209,209,209); }
.grey83 { color: rgb(212,212,212); }
.grey84 { color: rgb(214,214,214); }
.grey85 { color: rgb(217,217,217); }
.grey86 { color: rgb(219,219,219); }
.grey87 { color: rgb(222,222,222); }
.grey88 { color: rgb(224,224,224); }
.grey89 { color: rgb(227,227,227); }
.grey90 { color: rgb(229,229,229); }
.grey91 { color: rgb(232,232,232); }
.grey92 { color: rgb(235,235,235); }
.grey93 { color: rgb(237,237,237); }
.grey94 { color: rgb(240,240,240); }
.grey95 { color: rgb(242,242,242); }
.grey96 { color: rgb(245,245,245); }
.grey97 { color: rgb(247,247,247); }
.grey98 { color: rgb(250,250,250); }
.grey99 { color: rgb(252,252,252); }
.grey100 { color: rgb(255,255,255); }
.honeydew { color: rgb(240,255,240); }
.honeydew1 { color: rgb(240,255,240); }
.honeydew2 { color: rgb(224,238,224); }
.honeydew3 { color: rgb(193,205,193); }
.honeydew4 { color: rgb(131,139,131); }
.hotpink { color: rgb(255,105,180); }
.hotpink1 { color: rgb(255,110,180); }
.hotpink2 { color: rgb(238,106,167); }
.hotpink3 { color: rgb(205,96,144); }
.hotpink4 { color: rgb(139,58,98); }
.indianred { color: rgb(205,92,92); }
.indianred1 { color: rgb(255,106,106); }
.indianred2 { color: rgb(238,99,99); }
.indianred3 { color: rgb(205,85,85); }
.indianred4 { color: rgb(139,58,58); }
.ivory { color: rgb(255,255,240); }
.ivory1 { color: rgb(255,255,240); }
.ivory2 { color: rgb(238,238,224); }
.ivory3 { color: rgb(205,205,193); }
.ivory4 { color: rgb(139,139,131); }
.khaki { color: rgb(240,230,140); }
.khaki1 { color: rgb(255,246,143); }
.khaki2 { color: rgb(238,230,133); }
.khaki3 { color: rgb(205,198,115); }
.khaki4 { color: rgb(139,134,78); }
.lavender { color: rgb(230,230,250); }
.lavenderblush { color: rgb(255,240,245); }
.lavenderblush1 { color: rgb(255,240,245); }
.lavenderblush2 { color: rgb(238,224,229); }
.lavenderblush3 { color: rgb(205,193,197); }
.lavenderblush4 { color: rgb(139,131,134); }
.lawngreen { color: rgb(124,252,0); }
.lemonchiffon { color: rgb(255,250,205); }
.lemonchiffon1 { color: rgb(255,250,205); }
.lemonchiffon2 { color: rgb(238,233,191); }
.lemonchiffon3 { color: rgb(205,201,165); }
.lemonchiffon4 { color: rgb(139,137,112); }
.lightblue { color: rgb(173,216,230); }
.lightblue1 { color: rgb(191,239,255); }
.lightblue2 { color: rgb(178,223,238); }
.lightblue3 { color: rgb(154,192,205); }
.lightblue4 { color: rgb(104,131,139); }
.lightcoral { color: rgb(240,128,128); }
.lightcyan { color: rgb(224,255,255); }
.lightcyan1 { color: rgb(224,255,255); }
.lightcyan2 { color: rgb(209,238,238); }
.lightcyan3 { color: rgb(180,205,205); }
.lightcyan4 { color: rgb(122,139,139); }
.lightgoldenrod { color: rgb(238,221,130); }
.lightgoldenrod1 { color: rgb(255,236,139); }
.lightgoldenrod2 { color: rgb(238,220,130); }
.lightgoldenrod3 { color: rgb(205,190,112); }
.lightgoldenrod4 { color: rgb(139,129,76); }
.lightgoldenrodyellow { color: rgb(250,250,210); }
.lightgray { color: rgb(211,211,211); }
.lightgreen { color: rgb(144,238,144); }
.lightgrey { color: rgb(211,211,211); }
.lightpink { color: rgb(255,182,193); }
.lightpink1 { color: rgb(255,174,185); }
.lightpink2 { color: rgb(238,162,173); }
.lightpink3 { color: rgb(205,140,149); }
.lightpink4 { color: rgb(139,95,101); }
.lightsalmon { color: rgb(255,160,122); }
.lightsalmon1 { color: rgb(255,160,122); }
.lightsalmon2 { color: rgb(238,149,114); }
.lightsalmon3 { color: rgb(205,129,98); }
.lightsalmon4 { color: rgb(139,87,66); }
.lightseagreen { color: rgb(32,178,170); }
.lightskyblue { color: rgb(135,206,250); }
.lightskyblue1 { color: rgb(176,226,255); }
.lightskyblue2 { color: rgb(164,211,238); }
.lightskyblue3 { color: rgb(141,182,205); }
.lightskyblue4 { color: rgb(96,123,139); }
.lightslateblue { color: rgb(132,112,255); }
.lightslategray { color: rgb(119,136,153); }
.lightslategrey { color: rgb(119,136,153); }
.lightsteelblue { color: rgb(176,196,222); }
.lightsteelblue1 { color: rgb(202,225,255); }
.lightsteelblue2 { color: rgb(188,210,238); }
.lightsteelblue3 { color: rgb(162,181,205); }
.lightsteelblue4 { color: rgb(110,123,139); }
.lightyellow { color: rgb(255,255,224); }
.lightyellow1 { color: rgb(255,255,224); }
.lightyellow2 { color: rgb(238,238,209); }
.lightyellow3 { color: rgb(205,205,180); }
.lightyellow4 { color: rgb(139,139,122); }
.limegreen { color: rgb(50,205,50); }
.linen { color: rgb(250,240,230); }
.magenta { color: rgb(255,0,255); }
.magenta1 { color: rgb(255,0,255); }
.magenta2 { color: rgb(238,0,238); }
.magenta3 { color: rgb(205,0,205); }
.magenta4 { color: rgb(139,0,139); }
.maroon { color: rgb(176,48,96); }
.maroon1 { color: rgb(255,52,179); }
.maroon2 { color: rgb(238,48,167); }
.maroon3 { color: rgb(205,41,144); }
.maroon4 { color: rgb(139,28,98); }
.mediumaquamarine { color: rgb(102,205,170); }
.mediumblue { color: rgb(0,0,205); }
.mediumorchid { color: rgb(186,85,211); }
.mediumorchid1 { color: rgb(224,102,255); }
.mediumorchid2 { color: rgb(209,95,238); }
.mediumorchid3 { color: rgb(180,82,205); }
.mediumorchid4 { color: rgb(122,55,139); }
.mediumpurple { color: rgb(147,112,219); }
.mediumpurple1 { color: rgb(171,130,255); }
.mediumpurple2 { color: rgb(159,121,238); }
.mediumpurple3 { color: rgb(137,104,205); }
.mediumpurple4 { color: rgb(93,71,139); }
.mediumseagreen { color: rgb(60,179,113); }
.mediumslateblue { color: rgb(123,104,238); }
.mediumspringgreen { color: rgb(0,250,154); }
.mediumturquoise { color: rgb(72,209,204); }
.mediumvioletred { color: rgb(199,21,133); }
.midnightblue { color: rgb(25,25,112); }
.mintcream { color: rgb(245,255,250); }
.mistyrose { color: rgb(255,228,225); }
.mistyrose1 { color: rgb(255,228,225); }
.mistyrose2 { color: rgb(238,213,210); }
.mistyrose3 { color: rgb(205,183,181); }
.mistyrose4 { color: rgb(139,125,123); }
.moccasin { color: rgb(255,228,181); }
.navajowhite { color: rgb(255,222,173); }
.navajowhite1 { color: rgb(255,222,173); }
.navajowhite2 { color: rgb(238,207,161); }
.navajowhite3 { color: rgb(205,179,139); }
.navajowhite4 { color: rgb(139,121,94); }
.navy { color: rgb(0,0,128); }
.navyblue { color: rgb(0,0,128); }
.oldlace { color: rgb(253,245,230); }
.olivedrab { color: rgb(107,142,35); }
.olivedrab1 { color: rgb(192,255,62); }
.olivedrab2 { color: rgb(179,238,58); }
.olivedrab3 { color: rgb(154,205,50); }
.olivedrab4 { color: rgb(105,139,34); }
.orange { color: rgb(255,165,0); }
.orange1 { color: rgb(255,165,0); }
.orange2 { color: rgb(238,154,0); }
.orange3 { color: rgb(205,133,0); }
.orange4 { color: rgb(139,90,0); }
.orangered { color: rgb(255,69,0); }
.orangered1 { color: rgb(255,69,0); }
.orangered2 { color: rgb(238,64,0); }
.orangered3 { color: rgb(205,55,0); }
.orangered4 { color: rgb(139,37,0); }
.orchid { color: rgb(218,112,214); }
.orchid1 { color: rgb(255,131,250); }
.orchid2 { color: rgb(238,122,233); }
.orchid3 { color: rgb(205,105,201); }
.orchid4 { color: rgb(139,71,137); }
.palegoldenrod { color: rgb(238,232,170); }
.palegreen { color: rgb(152,251,152); }
.palegreen1 { color: rgb(154,255,154); }
.palegreen2 { color: rgb(144,238,144); }
.palegreen3 { color: rgb(124,205,124); }
.palegreen4 { color: rgb(84,139,84); }
.paleturquoise { color: rgb(175,238,238); }
.paleturquoise1 { color: rgb(187,255,255); }
.paleturquoise2 { color: rgb(174,238,238); }
.paleturquoise3 { color: rgb(150,205,205); }
.paleturquoise4 { color: rgb(102,139,139); }
.palevioletred { color: rgb(219,112,147); }
.palevioletred1 { color: rgb(255,130,171); }
.palevioletred2 { color: rgb(238,121,159); }
.palevioletred3 { color: rgb(205,104,137); }
.palevioletred4 { color: rgb(139,71,93); }
.papayawhip { color: rgb(255,239,213); }
.peachpuff { color: rgb(255,218,185); }
.peachpuff1 { color: rgb(255,218,185); }
.peachpuff2 { color: rgb(238,203,173); }
.peachpuff3 { color: rgb(205,175,149); }
.peachpuff4 { color: rgb(139,119,101); }
.peru { color: rgb(205,133,63); }
.pink { color: rgb(255,192,203); }
.pink1 { color: rgb(255,181,197); }
.pink2 { color: rgb(238,169,184); }
.pink3 { color: rgb(205,145,158); }
.pink4 { color: rgb(139,99,108); }
.plum { color: rgb(221,160,221); }
.plum1 { color: rgb(255,187,255); }
.plum2 { color: rgb(238,174,238); }
.plum3 { color: rgb(205,150,205); }
.plum4 { color: rgb(139,102,139); }
.powderblue { color: rgb(176,224,230); }
.purple { color: rgb(160,32,240); }
.purple1 { color: rgb(155,48,255); }
.purple2 { color: rgb(145,44,238); }
.purple3 { color: rgb(125,38,205); }
.purple4 { color: rgb(85,26,139); }
.red { color: rgb(255,0,0); }
.red1 { color: rgb(255,0,0); }
.red2 { color: rgb(238,0,0); }
.red3 { color: rgb(205,0,0); }
.red4 { color: rgb(139,0,0); }
.rosybrown { color: rgb(188,143,143); }
.rosybrown1 { color: rgb(255,193,193); }
.rosybrown2 { color: rgb(238,180,180); }
.rosybrown3 { color: rgb(205,155,155); }
.rosybrown4 { color: rgb(139,105,105); }
.royalblue { color: rgb(65,105,225); }
.royalblue1 { color: rgb(72,118,255); }
.royalblue2 { color: rgb(67,110,238); }
.royalblue3 { color: rgb(58,95,205); }
.royalblue4 { color: rgb(39,64,139); }
.saddlebrown { color: rgb(139,69,19); }
.salmon { color: rgb(250,128,114); }
.salmon1 { color: rgb(255,140,105); }
.salmon2 { color: rgb(238,130,98); }
.salmon3 { color: rgb(205,112,84); }
.salmon4 { color: rgb(139,76,57); }
.sandybrown { color: rgb(244,164,96); }
.seagreen { color: rgb(46,139,87); }
.seagreen1 { color: rgb(84,255,159); }
.seagreen2 { color: rgb(78,238,148); }
.seagreen3 { color: rgb(67,205,128); }
.seagreen4 { color: rgb(46,139,87); }
.seashell { color: rgb(255,245,238); }
.seashell1 { color: rgb(255,245,238); }
.seashell2 { color: rgb(238,229,222); }
.seashell3 { color: rgb(205,197,191); }
.seashell4 { color: rgb(139,134,130); }
.sienna { color: rgb(160,82,45); }
.sienna1 { color: rgb(255,130,71); }
.sienna2 { color: rgb(238,121,66); }
.sienna3 { color: rgb(205,104,57); }
.sienna4 { color: rgb(139,71,38); }
.skyblue { color: rgb(135,206,235); }
.skyblue1 { color: rgb(135,206,255); }
.skyblue2 { color: rgb(126,192,238); }
.skyblue3 { color: rgb(108,166,205); }
.skyblue4 { color: rgb(74,112,139); }
.slateblue { color: rgb(106,90,205); }
.slateblue1 { color: rgb(131,111,255); }
.slateblue2 { color: rgb(122,103,238); }
.slateblue3 { color: rgb(105,89,205); }
.slateblue4 { color: rgb(71,60,139); }
.slategray { color: rgb(112,128,144); }
.slategray1 { color: rgb(198,226,255); }
.slategray2 { color: rgb(185,211,238); }
.slategray3 { color: rgb(159,182,205); }
.slategray4 { color: rgb(108,123,139); }
.slategrey { color: rgb(112,128,144); }
.snow { color: rgb(255,250,250); }
.snow1 { color: rgb(255,250,250); }
.snow2 { color: rgb(238,233,233); }
.snow3 { color: rgb(205,201,201); }
.snow4 { color: rgb(139,137,137); }
.springgreen { color: rgb(0,255,127); }
.springgreen1 { color: rgb(0,255,127); }
.springgreen2 { color: rgb(0,238,118); }
.springgreen3 { color: rgb(0,205,102); }
.springgreen4 { color: rgb(0,139,69); }
.steelblue { color: rgb(70,130,180); }
.steelblue1 { color: rgb(99,184,255); }
.steelblue2 { color: rgb(92,172,238); }
.steelblue3 { color: rgb(79,148,205); }
.steelblue4 { color: rgb(54,100,139); }
.tan { color: rgb(210,180,140); }
.tan1 { color: rgb(255,165,79); }
.tan2 { color: rgb(238,154,73); }
.tan3 { color: rgb(205,133,63); }
.tan4 { color: rgb(139,90,43); }
.thistle { color: rgb(216,191,216); }
.thistle1 { color: rgb(255,225,255); }
.thistle2 { color: rgb(238,210,238); }
.thistle3 { color: rgb(205,181,205); }
.thistle4 { color: rgb(139,123,139); }
.tomato { color: rgb(255,99,71); }
.tomato1 { color: rgb(255,99,71); }
.tomato2 { color: rgb(238,92,66); }
.tomato3 { color: rgb(205,79,57); }
.tomato4 { color: rgb(139,54,38); }
.turquoise { color: rgb(64,224,208); }
.turquoise1 { color: rgb(0,245,255); }
.turquoise2 { color: rgb(0,229,238); }
.turquoise3 { color: rgb(0,197,205); }
.turquoise4 { color: rgb(0,134,139); }
.violet { color: rgb(238,130,238); }
.violetred { color: rgb(208,32,144); }
.violetred1 { color: rgb(255,62,150); }
.violetred2 { color: rgb(238,58,140); }
.violetred3 { color: rgb(205,50,120); }
.violetred4 { color: rgb(139,34,82); }
.wheat { color: rgb(245,222,179); }
.wheat1 { color: rgb(255,231,186); }
.wheat2 { color: rgb(238,216,174); }
.wheat3 { color: rgb(205,186,150); }
.wheat4 { color: rgb(139,126,102); }
.whitesmoke { color: rgb(245,245,245); }
.yellow { color: rgb(255,255,0); }
.yellow1 { color: rgb(255,255,0); }
.yellow2 { color: rgb(238,238,0); }
.yellow3 { color: rgb(205,205,0); }
.yellow4 { color: rgb(139,139,0); }
.yellowgreen { color: rgb(154,205,50); }
.bg-white { background-color: rgb(255,255,255); }
.bg-aliceblue { background-color: rgb(240,248,255); }
.bg-antiquewhite { background-color: rgb(250,235,215); }
.bg-antiquewhite1 { background-color: rgb(255,239,219); }
.bg-antiquewhite2 { background-color: rgb(238,223,204); }
.bg-antiquewhite3 { background-color: rgb(205,192,176); }
.bg-antiquewhite4 { background-color: rgb(139,131,120); }
.bg-aquamarine { background-color: rgb(127,255,212); }
.bg-aquamarine1 { background-color: rgb(127,255,212); }
.bg-aquamarine2 { background-color: rgb(118,238,198); }
.bg-aquamarine3 { background-color: rgb(102,205,170); }
.bg-aquamarine4 { background-color: rgb(69,139,116); }
.bg-azure { background-color: rgb(240,255,255); }
.bg-azure1 { background-color: rgb(240,255,255); }
.bg-azure2 { background-color: rgb(224,238,238); }
.bg-azure3 { background-color: rgb(193,205,205); }
.bg-azure4 { background-color: rgb(131,139,139); }
.bg-beige { background-color: rgb(245,245,220); }
.bg-bisque { background-color: rgb(255,228,196); }
.bg-bisque1 { background-color: rgb(255,228,196); }
.bg-bisque2 { background-color: rgb(238,213,183); }
.bg-bisque3 { background-color: rgb(205,183,158); }
.bg-bisque4 { background-color: rgb(139,125,107); }
.bg-black { background-color: rgb(0,0,0); }
.bg-blanchedalmond { background-color: rgb(255,235,205); }
.bg-blue { background-color: rgb(0,0,255); }
.bg-blue1 { background-color: rgb(0,0,255); }
.bg-blue2 { background-color: rgb(0,0,238); }
.bg-blue3 { background-color: rgb(0,0,205); }
.bg-blue4 { background-color: rgb(0,0,139); }
.bg-blueviolet { background-color: rgb(138,43,226); }
.bg-brown { background-color: rgb(165,42,42); }
.bg-brown1 { background-color: rgb(255,64,64); }
.bg-brown2 { background-color: rgb(238,59,59); }
.bg-brown3 { background-color: rgb(205,51,51); }
.bg-brown4 { background-color: rgb(139,35,35); }
.bg-burlywood { background-color: rgb(222,184,135); }
.bg-burlywood1 { background-color: rgb(255,211,155); }
.bg-burlywood2 { background-color: rgb(238,197,145); }
.bg-burlywood3 { background-color: rgb(205,170,125); }
.bg-burlywood4 { background-color: rgb(139,115,85); }
.bg-cadetblue { background-color: rgb(95,158,160); }
.bg-cadetblue1 { background-color: rgb(152,245,255); }
.bg-cadetblue2 { background-color: rgb(142,229,238); }
.bg-cadetblue3 { background-color: rgb(122,197,205); }
.bg-cadetblue4 { background-color: rgb(83,134,139); }
.bg-chartreuse { background-color: rgb(127,255,0); }
.bg-chartreuse1 { background-color: rgb(127,255,0); }
.bg-chartreuse2 { background-color: rgb(118,238,0); }
.bg-chartreuse3 { background-color: rgb(102,205,0); }
.bg-chartreuse4 { background-color: rgb(69,139,0); }
.bg-chocolate { background-color: rgb(210,105,30); }
.bg-chocolate1 { background-color: rgb(255,127,36); }
.bg-chocolate2 { background-color: rgb(238,118,33); }
.bg-chocolate3 { background-color: rgb(205,102,29); }
.bg-chocolate4 { background-color: rgb(139,69,19); }
.bg-coral { background-color: rgb(255,127,80); }
.bg-coral1 { background-color: rgb(255,114,86); }
.bg-coral2 { background-color: rgb(238,106,80); }
.bg-coral3 { background-color: rgb(205,91,69); }
.bg-coral4 { background-color: rgb(139,62,47); }
.bg-cornflowerblue { background-color: rgb(100,149,237); }
.bg-cornsilk { background-color: rgb(255,248,220); }
.bg-cornsilk1 { background-color: rgb(255,248,220); }
.bg-cornsilk2 { background-color: rgb(238,232,205); }
.bg-cornsilk3 { background-color: rgb(205,200,177); }
.bg-cornsilk4 { background-color: rgb(139,136,120); }
.bg-cyan { background-color: rgb(0,255,255); }
.bg-cyan1 { background-color: rgb(0,255,255); }
.bg-cyan2 { background-color: rgb(0,238,238); }
.bg-cyan3 { background-color: rgb(0,205,205); }
.bg-cyan4 { background-color: rgb(0,139,139); }
.bg-darkblue { background-color: rgb(0,0,139); }
.bg-darkcyan { background-color: rgb(0,139,139); }
.bg-darkgoldenrod { background-color: rgb(184,134,11); }
.bg-darkgoldenrod1 { background-color: rgb(255,185,15); }
.bg-darkgoldenrod2 { background-color: rgb(238,173,14); }
.bg-darkgoldenrod3 { background-color: rgb(205,149,12); }
.bg-darkgoldenrod4 { background-color: rgb(139,101,8); }
.bg-darkgray { background-color: rgb(169,169,169); }
.bg-darkgreen { background-color: rgb(0,100,0); }
.bg-darkgrey { background-color: rgb(169,169,169); }
.bg-darkkhaki { background-color: rgb(189,183,107); }
.bg-darkmagenta { background-color: rgb(139,0,139); }
.bg-darkolivegreen { background-color: rgb(85,107,47); }
.bg-darkolivegreen1 { background-color: rgb(202,255,112); }
.bg-darkolivegreen2 { background-color: rgb(188,238,104); }
.bg-darkolivegreen3 { background-color: rgb(162,205,90); }
.bg-darkolivegreen4 { background-color: rgb(110,139,61); }
.bg-darkorange { background-color: rgb(255,140,0); }
.bg-darkorange1 { background-color: rgb(255,127,0); }
.bg-darkorange2 { background-color: rgb(238,118,0); }
.bg-darkorange3 { background-color: rgb(205,102,0); }
.bg-darkorange4 { background-color: rgb(139,69,0); }
.bg-darkorchid { background-color: rgb(153,50,204); }
.bg-darkorchid1 { background-color: rgb(191,62,255); }
.bg-darkorchid2 { background-color: rgb(178,58,238); }
.bg-darkorchid3 { background-color: rgb(154,50,205); }
.bg-darkorchid4 { background-color: rgb(104,34,139); }
.bg-darkred { background-color: rgb(139,0,0); }
.bg-darksalmon { background-color: rgb(233,150,122); }
.bg-darkseagreen { background-color: rgb(143,188,143); }
.bg-darkseagreen1 { background-color: rgb(193,255,193); }
.bg-darkseagreen2 { background-color: rgb(180,238,180); }
.bg-darkseagreen3 { background-color: rgb(155,205,155); }
.bg-darkseagreen4 { background-color: rgb(105,139,105); }
.bg-darkslateblue { background-color: rgb(72,61,139); }
.bg-darkslategray { background-color: rgb(47,79,79); }
.bg-darkslategray1 { background-color: rgb(151,255,255); }
.bg-darkslategray2 { background-color: rgb(141,238,238); }
.bg-darkslategray3 { background-color: rgb(121,205,205); }
.bg-darkslategray4 { background-color: rgb(82,139,139); }
.bg-darkslategrey { background-color: rgb(47,79,79); }
.bg-darkturquoise { background-color: rgb(0,206,209); }
.bg-darkviolet { background-color: rgb(148,0,211); }
.bg-deeppink { background-color: rgb(255,20,147); }
.bg-deeppink1 { background-color: rgb(255,20,147); }
.bg-deeppink2 { background-color: rgb(238,18,137); }
.bg-deeppink3 { background-color: rgb(205,16,118); }
.bg-deeppink4 { background-color: rgb(139,10,80); }
.bg-deepskyblue { background-color: rgb(0,191,255); }
.bg-deepskyblue1 { background-color: rgb(0,191,255); }
.bg-deepskyblue2 { background-color: rgb(0,178,238); }
.bg-deepskyblue3 { background-color: rgb(0,154,205); }
.bg-deepskyblue4 { background-color: rgb(0,104,139); }
.bg-dimgray { background-color: rgb(105,105,105); }
.bg-dimgrey { background-color: rgb(105,105,105); }
.bg-dodgerblue { background-color: rgb(30,144,255); }
.bg-dodgerblue1 { background-color: rgb(30,144,255); }
.bg-dodgerblue2 { background-color: rgb(28,134,238); }
.bg-dodgerblue3 { background-color: rgb(24,116,205); }
.bg-dodgerblue4 { background-color: rgb(16,78,139); }
.bg-firebrick { background-color: rgb(178,34,34); }
.bg-firebrick1 { background-color: rgb(255,48,48); }
.bg-firebrick2 { background-color: rgb(238,44,44); }
.bg-firebrick3 { background-color: rgb(205,38,38); }
.bg-firebrick4 { background-color: rgb(139,26,26); }
.bg-floralwhite { background-color: rgb(255,250,240); }
.bg-forestgreen { background-color: rgb(34,139,34); }
.bg-gainsboro { background-color: rgb(220,220,220); }
.bg-ghostwhite { background-color: rgb(248,248,255); }
.bg-gold { background-color: rgb(255,215,0); }
.bg-gold1 { background-color: rgb(255,215,0); }
.bg-gold2 { background-color: rgb(238,201,0); }
.bg-gold3 { background-color: rgb(205,173,0); }
.bg-gold4 { background-color: rgb(139,117,0); }
.bg-goldenrod { background-color: rgb(218,165,32); }
.bg-goldenrod1 { background-color: rgb(255,193,37); }
.bg-goldenrod2 { background-color: rgb(238,180,34); }
.bg-goldenrod3 { background-color: rgb(205,155,29); }
.bg-goldenrod4 { background-color: rgb(139,105,20); }
.bg-gray { background-color: rgb(190,190,190); }
.bg-gray0 { background-color: rgb(0,0,0); }
.bg-gray1 { background-color: rgb(3,3,3); }
.bg-gray2 { background-color: rgb(5,5,5); }
.bg-gray3 { background-color: rgb(8,8,8); }
.bg-gray4 { background-color: rgb(10,10,10); }
.bg-gray5 { background-color: rgb(13,13,13); }
.bg-gray6 { background-color: rgb(15,15,15); }
.bg-gray7 { background-color: rgb(18,18,18); }
.bg-gray8 { background-color: rgb(20,20,20); }
.bg-gray9 { background-color: rgb(23,23,23); }
.bg-gray10 { background-color: rgb(26,26,26); }
.bg-gray11 { background-color: rgb(28,28,28); }
.bg-gray12 { background-color: rgb(31,31,31); }
.bg-gray13 { background-color: rgb(33,33,33); }
.bg-gray14 { background-color: rgb(36,36,36); }
.bg-gray15 { background-color: rgb(38,38,38); }
.bg-gray16 { background-color: rgb(41,41,41); }
.bg-gray17 { background-color: rgb(43,43,43); }
.bg-gray18 { background-color: rgb(46,46,46); }
.bg-gray19 { background-color: rgb(48,48,48); }
.bg-gray20 { background-color: rgb(51,51,51); }
.bg-gray21 { background-color: rgb(54,54,54); }
.bg-gray22 { background-color: rgb(56,56,56); }
.bg-gray23 { background-color: rgb(59,59,59); }
.bg-gray24 { background-color: rgb(61,61,61); }
.bg-gray25 { background-color: rgb(64,64,64); }
.bg-gray26 { background-color: rgb(66,66,66); }
.bg-gray27 { background-color: rgb(69,69,69); }
.bg-gray28 { background-color: rgb(71,71,71); }
.bg-gray29 { background-color: rgb(74,74,74); }
.bg-gray30 { background-color: rgb(77,77,77); }
.bg-gray31 { background-color: rgb(79,79,79); }
.bg-gray32 { background-color: rgb(82,82,82); }
.bg-gray33 { background-color: rgb(84,84,84); }
.bg-gray34 { background-color: rgb(87,87,87); }
.bg-gray35 { background-color: rgb(89,89,89); }
.bg-gray36 { background-color: rgb(92,92,92); }
.bg-gray37 { background-color: rgb(94,94,94); }
.bg-gray38 { background-color: rgb(97,97,97); }
.bg-gray39 { background-color: rgb(99,99,99); }
.bg-gray40 { background-color: rgb(102,102,102); }
.bg-gray41 { background-color: rgb(105,105,105); }
.bg-gray42 { background-color: rgb(107,107,107); }
.bg-gray43 { background-color: rgb(110,110,110); }
.bg-gray44 { background-color: rgb(112,112,112); }
.bg-gray45 { background-color: rgb(115,115,115); }
.bg-gray46 { background-color: rgb(117,117,117); }
.bg-gray47 { background-color: rgb(120,120,120); }
.bg-gray48 { background-color: rgb(122,122,122); }
.bg-gray49 { background-color: rgb(125,125,125); }
.bg-gray50 { background-color: rgb(127,127,127); }
.bg-gray51 { background-color: rgb(130,130,130); }
.bg-gray52 { background-color: rgb(133,133,133); }
.bg-gray53 { background-color: rgb(135,135,135); }
.bg-gray54 { background-color: rgb(138,138,138); }
.bg-gray55 { background-color: rgb(140,140,140); }
.bg-gray56 { background-color: rgb(143,143,143); }
.bg-gray57 { background-color: rgb(145,145,145); }
.bg-gray58 { background-color: rgb(148,148,148); }
.bg-gray59 { background-color: rgb(150,150,150); }
.bg-gray60 { background-color: rgb(153,153,153); }
.bg-gray61 { background-color: rgb(156,156,156); }
.bg-gray62 { background-color: rgb(158,158,158); }
.bg-gray63 { background-color: rgb(161,161,161); }
.bg-gray64 { background-color: rgb(163,163,163); }
.bg-gray65 { background-color: rgb(166,166,166); }
.bg-gray66 { background-color: rgb(168,168,168); }
.bg-gray67 { background-color: rgb(171,171,171); }
.bg-gray68 { background-color: rgb(173,173,173); }
.bg-gray69 { background-color: rgb(176,176,176); }
.bg-gray70 { background-color: rgb(179,179,179); }
.bg-gray71 { background-color: rgb(181,181,181); }
.bg-gray72 { background-color: rgb(184,184,184); }
.bg-gray73 { background-color: rgb(186,186,186); }
.bg-gray74 { background-color: rgb(189,189,189); }
.bg-gray75 { background-color: rgb(191,191,191); }
.bg-gray76 { background-color: rgb(194,194,194); }
.bg-gray77 { background-color: rgb(196,196,196); }
.bg-gray78 { background-color: rgb(199,199,199); }
.bg-gray79 { background-color: rgb(201,201,201); }
.bg-gray80 { background-color: rgb(204,204,204); }
.bg-gray81 { background-color: rgb(207,207,207); }
.bg-gray82 { background-color: rgb(209,209,209); }
.bg-gray83 { background-color: rgb(212,212,212); }
.bg-gray84 { background-color: rgb(214,214,214); }
.bg-gray85 { background-color: rgb(217,217,217); }
.bg-gray86 { background-color: rgb(219,219,219); }
.bg-gray87 { background-color: rgb(222,222,222); }
.bg-gray88 { background-color: rgb(224,224,224); }
.bg-gray89 { background-color: rgb(227,227,227); }
.bg-gray90 { background-color: rgb(229,229,229); }
.bg-gray91 { background-color: rgb(232,232,232); }
.bg-gray92 { background-color: rgb(235,235,235); }
.bg-gray93 { background-color: rgb(237,237,237); }
.bg-gray94 { background-color: rgb(240,240,240); }
.bg-gray95 { background-color: rgb(242,242,242); }
.bg-gray96 { background-color: rgb(245,245,245); }
.bg-gray97 { background-color: rgb(247,247,247); }
.bg-gray98 { background-color: rgb(250,250,250); }
.bg-gray99 { background-color: rgb(252,252,252); }
.bg-gray100 { background-color: rgb(255,255,255); }
.bg-green { background-color: rgb(0,255,0); }
.bg-green1 { background-color: rgb(0,255,0); }
.bg-green2 { background-color: rgb(0,238,0); }
.bg-green3 { background-color: rgb(0,205,0); }
.bg-green4 { background-color: rgb(0,139,0); }
.bg-greenyellow { background-color: rgb(173,255,47); }
.bg-grey { background-color: rgb(190,190,190); }
.bg-grey0 { background-color: rgb(0,0,0); }
.bg-grey1 { background-color: rgb(3,3,3); }
.bg-grey2 { background-color: rgb(5,5,5); }
.bg-grey3 { background-color: rgb(8,8,8); }
.bg-grey4 { background-color: rgb(10,10,10); }
.bg-grey5 { background-color: rgb(13,13,13); }
.bg-grey6 { background-color: rgb(15,15,15); }
.bg-grey7 { background-color: rgb(18,18,18); }
.bg-grey8 { background-color: rgb(20,20,20); }
.bg-grey9 { background-color: rgb(23,23,23); }
.bg-grey10 { background-color: rgb(26,26,26); }
.bg-grey11 { background-color: rgb(28,28,28); }
.bg-grey12 { background-color: rgb(31,31,31); }
.bg-grey13 { background-color: rgb(33,33,33); }
.bg-grey14 { background-color: rgb(36,36,36); }
.bg-grey15 { background-color: rgb(38,38,38); }
.bg-grey16 { background-color: rgb(41,41,41); }
.bg-grey17 { background-color: rgb(43,43,43); }
.bg-grey18 { background-color: rgb(46,46,46); }
.bg-grey19 { background-color: rgb(48,48,48); }
.bg-grey20 { background-color: rgb(51,51,51); }
.bg-grey21 { background-color: rgb(54,54,54); }
.bg-grey22 { background-color: rgb(56,56,56); }
.bg-grey23 { background-color: rgb(59,59,59); }
.bg-grey24 { background-color: rgb(61,61,61); }
.bg-grey25 { background-color: rgb(64,64,64); }
.bg-grey26 { background-color: rgb(66,66,66); }
.bg-grey27 { background-color: rgb(69,69,69); }
.bg-grey28 { background-color: rgb(71,71,71); }
.bg-grey29 { background-color: rgb(74,74,74); }
.bg-grey30 { background-color: rgb(77,77,77); }
.bg-grey31 { background-color: rgb(79,79,79); }
.bg-grey32 { background-color: rgb(82,82,82); }
.bg-grey33 { background-color: rgb(84,84,84); }
.bg-grey34 { background-color: rgb(87,87,87); }
.bg-grey35 { background-color: rgb(89,89,89); }
.bg-grey36 { background-color: rgb(92,92,92); }
.bg-grey37 { background-color: rgb(94,94,94); }
.bg-grey38 { background-color: rgb(97,97,97); }
.bg-grey39 { background-color: rgb(99,99,99); }
.bg-grey40 { background-color: rgb(102,102,102); }
.bg-grey41 { background-color: rgb(105,105,105); }
.bg-grey42 { background-color: rgb(107,107,107); }
.bg-grey43 { background-color: rgb(110,110,110); }
.bg-grey44 { background-color: rgb(112,112,112); }
.bg-grey45 { background-color: rgb(115,115,115); }
.bg-grey46 { background-color: rgb(117,117,117); }
.bg-grey47 { background-color: rgb(120,120,120); }
.bg-grey48 { background-color: rgb(122,122,122); }
.bg-grey49 { background-color: rgb(125,125,125); }
.bg-grey50 { background-color: rgb(127,127,127); }
.bg-grey51 { background-color: rgb(130,130,130); }
.bg-grey52 { background-color: rgb(133,133,133); }
.bg-grey53 { background-color: rgb(135,135,135); }
.bg-grey54 { background-color: rgb(138,138,138); }
.bg-grey55 { background-color: rgb(140,140,140); }
.bg-grey56 { background-color: rgb(143,143,143); }
.bg-grey57 { background-color: rgb(145,145,145); }
.bg-grey58 { background-color: rgb(148,148,148); }
.bg-grey59 { background-color: rgb(150,150,150); }
.bg-grey60 { background-color: rgb(153,153,153); }
.bg-grey61 { background-color: rgb(156,156,156); }
.bg-grey62 { background-color: rgb(158,158,158); }
.bg-grey63 { background-color: rgb(161,161,161); }
.bg-grey64 { background-color: rgb(163,163,163); }
.bg-grey65 { background-color: rgb(166,166,166); }
.bg-grey66 { background-color: rgb(168,168,168); }
.bg-grey67 { background-color: rgb(171,171,171); }
.bg-grey68 { background-color: rgb(173,173,173); }
.bg-grey69 { background-color: rgb(176,176,176); }
.bg-grey70 { background-color: rgb(179,179,179); }
.bg-grey71 { background-color: rgb(181,181,181); }
.bg-grey72 { background-color: rgb(184,184,184); }
.bg-grey73 { background-color: rgb(186,186,186); }
.bg-grey74 { background-color: rgb(189,189,189); }
.bg-grey75 { background-color: rgb(191,191,191); }
.bg-grey76 { background-color: rgb(194,194,194); }
.bg-grey77 { background-color: rgb(196,196,196); }
.bg-grey78 { background-color: rgb(199,199,199); }
.bg-grey79 { background-color: rgb(201,201,201); }
.bg-grey80 { background-color: rgb(204,204,204); }
.bg-grey81 { background-color: rgb(207,207,207); }
.bg-grey82 { background-color: rgb(209,209,209); }
.bg-grey83 { background-color: rgb(212,212,212); }
.bg-grey84 { background-color: rgb(214,214,214); }
.bg-grey85 { background-color: rgb(217,217,217); }
.bg-grey86 { background-color: rgb(219,219,219); }
.bg-grey87 { background-color: rgb(222,222,222); }
.bg-grey88 { background-color: rgb(224,224,224); }
.bg-grey89 { background-color: rgb(227,227,227); }
.bg-grey90 { background-color: rgb(229,229,229); }
.bg-grey91 { background-color: rgb(232,232,232); }
.bg-grey92 { background-color: rgb(235,235,235); }
.bg-grey93 { background-color: rgb(237,237,237); }
.bg-grey94 { background-color: rgb(240,240,240); }
.bg-grey95 { background-color: rgb(242,242,242); }
.bg-grey96 { background-color: rgb(245,245,245); }
.bg-grey97 { background-color: rgb(247,247,247); }
.bg-grey98 { background-color: rgb(250,250,250); }
.bg-grey99 { background-color: rgb(252,252,252); }
.bg-grey100 { background-color: rgb(255,255,255); }
.bg-honeydew { background-color: rgb(240,255,240); }
.bg-honeydew1 { background-color: rgb(240,255,240); }
.bg-honeydew2 { background-color: rgb(224,238,224); }
.bg-honeydew3 { background-color: rgb(193,205,193); }
.bg-honeydew4 { background-color: rgb(131,139,131); }
.bg-hotpink { background-color: rgb(255,105,180); }
.bg-hotpink1 { background-color: rgb(255,110,180); }
.bg-hotpink2 { background-color: rgb(238,106,167); }
.bg-hotpink3 { background-color: rgb(205,96,144); }
.bg-hotpink4 { background-color: rgb(139,58,98); }
.bg-indianred { background-color: rgb(205,92,92); }
.bg-indianred1 { background-color: rgb(255,106,106); }
.bg-indianred2 { background-color: rgb(238,99,99); }
.bg-indianred3 { background-color: rgb(205,85,85); }
.bg-indianred4 { background-color: rgb(139,58,58); }
.bg-ivory { background-color: rgb(255,255,240); }
.bg-ivory1 { background-color: rgb(255,255,240); }
.bg-ivory2 { background-color: rgb(238,238,224); }
.bg-ivory3 { background-color: rgb(205,205,193); }
.bg-ivory4 { background-color: rgb(139,139,131); }
.bg-khaki { background-color: rgb(240,230,140); }
.bg-khaki1 { background-color: rgb(255,246,143); }
.bg-khaki2 { background-color: rgb(238,230,133); }
.bg-khaki3 { background-color: rgb(205,198,115); }
.bg-khaki4 { background-color: rgb(139,134,78); }
.bg-lavender { background-color: rgb(230,230,250); }
.bg-lavenderblush { background-color: rgb(255,240,245); }
.bg-lavenderblush1 { background-color: rgb(255,240,245); }
.bg-lavenderblush2 { background-color: rgb(238,224,229); }
.bg-lavenderblush3 { background-color: rgb(205,193,197); }
.bg-lavenderblush4 { background-color: rgb(139,131,134); }
.bg-lawngreen { background-color: rgb(124,252,0); }
.bg-lemonchiffon { background-color: rgb(255,250,205); }
.bg-lemonchiffon1 { background-color: rgb(255,250,205); }
.bg-lemonchiffon2 { background-color: rgb(238,233,191); }
.bg-lemonchiffon3 { background-color: rgb(205,201,165); }
.bg-lemonchiffon4 { background-color: rgb(139,137,112); }
.bg-lightblue { background-color: rgb(173,216,230); }
.bg-lightblue1 { background-color: rgb(191,239,255); }
.bg-lightblue2 { background-color: rgb(178,223,238); }
.bg-lightblue3 { background-color: rgb(154,192,205); }
.bg-lightblue4 { background-color: rgb(104,131,139); }
.bg-lightcoral { background-color: rgb(240,128,128); }
.bg-lightcyan { background-color: rgb(224,255,255); }
.bg-lightcyan1 { background-color: rgb(224,255,255); }
.bg-lightcyan2 { background-color: rgb(209,238,238); }
.bg-lightcyan3 { background-color: rgb(180,205,205); }
.bg-lightcyan4 { background-color: rgb(122,139,139); }
.bg-lightgoldenrod { background-color: rgb(238,221,130); }
.bg-lightgoldenrod1 { background-color: rgb(255,236,139); }
.bg-lightgoldenrod2 { background-color: rgb(238,220,130); }
.bg-lightgoldenrod3 { background-color: rgb(205,190,112); }
.bg-lightgoldenrod4 { background-color: rgb(139,129,76); }
.bg-lightgoldenrodyellow { background-color: rgb(250,250,210); }
.bg-lightgray { background-color: rgb(211,211,211); }
.bg-lightgreen { background-color: rgb(144,238,144); }
.bg-lightgrey { background-color: rgb(211,211,211); }
.bg-lightpink { background-color: rgb(255,182,193); }
.bg-lightpink1 { background-color: rgb(255,174,185); }
.bg-lightpink2 { background-color: rgb(238,162,173); }
.bg-lightpink3 { background-color: rgb(205,140,149); }
.bg-lightpink4 { background-color: rgb(139,95,101); }
.bg-lightsalmon { background-color: rgb(255,160,122); }
.bg-lightsalmon1 { background-color: rgb(255,160,122); }
.bg-lightsalmon2 { background-color: rgb(238,149,114); }
.bg-lightsalmon3 { background-color: rgb(205,129,98); }
.bg-lightsalmon4 { background-color: rgb(139,87,66); }
.bg-lightseagreen { background-color: rgb(32,178,170); }
.bg-lightskyblue { background-color: rgb(135,206,250); }
.bg-lightskyblue1 { background-color: rgb(176,226,255); }
.bg-lightskyblue2 { background-color: rgb(164,211,238); }
.bg-lightskyblue3 { background-color: rgb(141,182,205); }
.bg-lightskyblue4 { background-color: rgb(96,123,139); }
.bg-lightslateblue { background-color: rgb(132,112,255); }
.bg-lightslategray { background-color: rgb(119,136,153); }
.bg-lightslategrey { background-color: rgb(119,136,153); }
.bg-lightsteelblue { background-color: rgb(176,196,222); }
.bg-lightsteelblue1 { background-color: rgb(202,225,255); }
.bg-lightsteelblue2 { background-color: rgb(188,210,238); }
.bg-lightsteelblue3 { background-color: rgb(162,181,205); }
.bg-lightsteelblue4 { background-color: rgb(110,123,139); }
.bg-lightyellow { background-color: rgb(255,255,224); }
.bg-lightyellow1 { background-color: rgb(255,255,224); }
.bg-lightyellow2 { background-color: rgb(238,238,209); }
.bg-lightyellow3 { background-color: rgb(205,205,180); }
.bg-lightyellow4 { background-color: rgb(139,139,122); }
.bg-limegreen { background-color: rgb(50,205,50); }
.bg-linen { background-color: rgb(250,240,230); }
.bg-magenta { background-color: rgb(255,0,255); }
.bg-magenta1 { background-color: rgb(255,0,255); }
.bg-magenta2 { background-color: rgb(238,0,238); }
.bg-magenta3 { background-color: rgb(205,0,205); }
.bg-magenta4 { background-color: rgb(139,0,139); }
.bg-maroon { background-color: rgb(176,48,96); }
.bg-maroon1 { background-color: rgb(255,52,179); }
.bg-maroon2 { background-color: rgb(238,48,167); }
.bg-maroon3 { background-color: rgb(205,41,144); }
.bg-maroon4 { background-color: rgb(139,28,98); }
.bg-mediumaquamarine { background-color: rgb(102,205,170); }
.bg-mediumblue { background-color: rgb(0,0,205); }
.bg-mediumorchid { background-color: rgb(186,85,211); }
.bg-mediumorchid1 { background-color: rgb(224,102,255); }
.bg-mediumorchid2 { background-color: rgb(209,95,238); }
.bg-mediumorchid3 { background-color: rgb(180,82,205); }
.bg-mediumorchid4 { background-color: rgb(122,55,139); }
.bg-mediumpurple { background-color: rgb(147,112,219); }
.bg-mediumpurple1 { background-color: rgb(171,130,255); }
.bg-mediumpurple2 { background-color: rgb(159,121,238); }
.bg-mediumpurple3 { background-color: rgb(137,104,205); }
.bg-mediumpurple4 { background-color: rgb(93,71,139); }
.bg-mediumseagreen { background-color: rgb(60,179,113); }
.bg-mediumslateblue { background-color: rgb(123,104,238); }
.bg-mediumspringgreen { background-color: rgb(0,250,154); }
.bg-mediumturquoise { background-color: rgb(72,209,204); }
.bg-mediumvioletred { background-color: rgb(199,21,133); }
.bg-midnightblue { background-color: rgb(25,25,112); }
.bg-mintcream { background-color: rgb(245,255,250); }
.bg-mistyrose { background-color: rgb(255,228,225); }
.bg-mistyrose1 { background-color: rgb(255,228,225); }
.bg-mistyrose2 { background-color: rgb(238,213,210); }
.bg-mistyrose3 { background-color: rgb(205,183,181); }
.bg-mistyrose4 { background-color: rgb(139,125,123); }
.bg-moccasin { background-color: rgb(255,228,181); }
.bg-navajowhite { background-color: rgb(255,222,173); }
.bg-navajowhite1 { background-color: rgb(255,222,173); }
.bg-navajowhite2 { background-color: rgb(238,207,161); }
.bg-navajowhite3 { background-color: rgb(205,179,139); }
.bg-navajowhite4 { background-color: rgb(139,121,94); }
.bg-navy { background-color: rgb(0,0,128); }
.bg-navyblue { background-color: rgb(0,0,128); }
.bg-oldlace { background-color: rgb(253,245,230); }
.bg-olivedrab { background-color: rgb(107,142,35); }
.bg-olivedrab1 { background-color: rgb(192,255,62); }
.bg-olivedrab2 { background-color: rgb(179,238,58); }
.bg-olivedrab3 { background-color: rgb(154,205,50); }
.bg-olivedrab4 { background-color: rgb(105,139,34); }
.bg-orange { background-color: rgb(255,165,0); }
.bg-orange1 { background-color: rgb(255,165,0); }
.bg-orange2 { background-color: rgb(238,154,0); }
.bg-orange3 { background-color: rgb(205,133,0); }
.bg-orange4 { background-color: rgb(139,90,0); }
.bg-orangered { background-color: rgb(255,69,0); }
.bg-orangered1 { background-color: rgb(255,69,0); }
.bg-orangered2 { background-color: rgb(238,64,0); }
.bg-orangered3 { background-color: rgb(205,55,0); }
.bg-orangered4 { background-color: rgb(139,37,0); }
.bg-orchid { background-color: rgb(218,112,214); }
.bg-orchid1 { background-color: rgb(255,131,250); }
.bg-orchid2 { background-color: rgb(238,122,233); }
.bg-orchid3 { background-color: rgb(205,105,201); }
.bg-orchid4 { background-color: rgb(139,71,137); }
.bg-palegoldenrod { background-color: rgb(238,232,170); }
.bg-palegreen { background-color: rgb(152,251,152); }
.bg-palegreen1 { background-color: rgb(154,255,154); }
.bg-palegreen2 { background-color: rgb(144,238,144); }
.bg-palegreen3 { background-color: rgb(124,205,124); }
.bg-palegreen4 { background-color: rgb(84,139,84); }
.bg-paleturquoise { background-color: rgb(175,238,238); }
.bg-paleturquoise1 { background-color: rgb(187,255,255); }
.bg-paleturquoise2 { background-color: rgb(174,238,238); }
.bg-paleturquoise3 { background-color: rgb(150,205,205); }
.bg-paleturquoise4 { background-color: rgb(102,139,139); }
.bg-palevioletred { background-color: rgb(219,112,147); }
.bg-palevioletred1 { background-color: rgb(255,130,171); }
.bg-palevioletred2 { background-color: rgb(238,121,159); }
.bg-palevioletred3 { background-color: rgb(205,104,137); }
.bg-palevioletred4 { background-color: rgb(139,71,93); }
.bg-papayawhip { background-color: rgb(255,239,213); }
.bg-peachpuff { background-color: rgb(255,218,185); }
.bg-peachpuff1 { background-color: rgb(255,218,185); }
.bg-peachpuff2 { background-color: rgb(238,203,173); }
.bg-peachpuff3 { background-color: rgb(205,175,149); }
.bg-peachpuff4 { background-color: rgb(139,119,101); }
.bg-peru { background-color: rgb(205,133,63); }
.bg-pink { background-color: rgb(255,192,203); }
.bg-pink1 { background-color: rgb(255,181,197); }
.bg-pink2 { background-color: rgb(238,169,184); }
.bg-pink3 { background-color: rgb(205,145,158); }
.bg-pink4 { background-color: rgb(139,99,108); }
.bg-plum { background-color: rgb(221,160,221); }
.bg-plum1 { background-color: rgb(255,187,255); }
.bg-plum2 { background-color: rgb(238,174,238); }
.bg-plum3 { background-color: rgb(205,150,205); }
.bg-plum4 { background-color: rgb(139,102,139); }
.bg-powderblue { background-color: rgb(176,224,230); }
.bg-purple { background-color: rgb(160,32,240); }
.bg-purple1 { background-color: rgb(155,48,255); }
.bg-purple2 { background-color: rgb(145,44,238); }
.bg-purple3 { background-color: rgb(125,38,205); }
.bg-purple4 { background-color: rgb(85,26,139); }
.bg-red { background-color: rgb(255,0,0); }
.bg-red1 { background-color: rgb(255,0,0); }
.bg-red2 { background-color: rgb(238,0,0); }
.bg-red3 { background-color: rgb(205,0,0); }
.bg-red4 { background-color: rgb(139,0,0); }
.bg-rosybrown { background-color: rgb(188,143,143); }
.bg-rosybrown1 { background-color: rgb(255,193,193); }
.bg-rosybrown2 { background-color: rgb(238,180,180); }
.bg-rosybrown3 { background-color: rgb(205,155,155); }
.bg-rosybrown4 { background-color: rgb(139,105,105); }
.bg-royalblue { background-color: rgb(65,105,225); }
.bg-royalblue1 { background-color: rgb(72,118,255); }
.bg-royalblue2 { background-color: rgb(67,110,238); }
.bg-royalblue3 { background-color: rgb(58,95,205); }
.bg-royalblue4 { background-color: rgb(39,64,139); }
.bg-saddlebrown { background-color: rgb(139,69,19); }
.bg-salmon { background-color: rgb(250,128,114); }
.bg-salmon1 { background-color: rgb(255,140,105); }
.bg-salmon2 { background-color: rgb(238,130,98); }
.bg-salmon3 { background-color: rgb(205,112,84); }
.bg-salmon4 { background-color: rgb(139,76,57); }
.bg-sandybrown { background-color: rgb(244,164,96); }
.bg-seagreen { background-color: rgb(46,139,87); }
.bg-seagreen1 { background-color: rgb(84,255,159); }
.bg-seagreen2 { background-color: rgb(78,238,148); }
.bg-seagreen3 { background-color: rgb(67,205,128); }
.bg-seagreen4 { background-color: rgb(46,139,87); }
.bg-seashell { background-color: rgb(255,245,238); }
.bg-seashell1 { background-color: rgb(255,245,238); }
.bg-seashell2 { background-color: rgb(238,229,222); }
.bg-seashell3 { background-color: rgb(205,197,191); }
.bg-seashell4 { background-color: rgb(139,134,130); }
.bg-sienna { background-color: rgb(160,82,45); }
.bg-sienna1 { background-color: rgb(255,130,71); }
.bg-sienna2 { background-color: rgb(238,121,66); }
.bg-sienna3 { background-color: rgb(205,104,57); }
.bg-sienna4 { background-color: rgb(139,71,38); }
.bg-skyblue { background-color: rgb(135,206,235); }
.bg-skyblue1 { background-color: rgb(135,206,255); }
.bg-skyblue2 { background-color: rgb(126,192,238); }
.bg-skyblue3 { background-color: rgb(108,166,205); }
.bg-skyblue4 { background-color: rgb(74,112,139); }
.bg-slateblue { background-color: rgb(106,90,205); }
.bg-slateblue1 { background-color: rgb(131,111,255); }
.bg-slateblue2 { background-color: rgb(122,103,238); }
.bg-slateblue3 { background-color: rgb(105,89,205); }
.bg-slateblue4 { background-color: rgb(71,60,139); }
.bg-slategray { background-color: rgb(112,128,144); }
.bg-slategray1 { background-color: rgb(198,226,255); }
.bg-slategray2 { background-color: rgb(185,211,238); }
.bg-slategray3 { background-color: rgb(159,182,205); }
.bg-slategray4 { background-color: rgb(108,123,139); }
.bg-slategrey { background-color: rgb(112,128,144); }
.bg-snow { background-color: rgb(255,250,250); }
.bg-snow1 { background-color: rgb(255,250,250); }
.bg-snow2 { background-color: rgb(238,233,233); }
.bg-snow3 { background-color: rgb(205,201,201); }
.bg-snow4 { background-color: rgb(139,137,137); }
.bg-springgreen { background-color: rgb(0,255,127); }
.bg-springgreen1 { background-color: rgb(0,255,127); }
.bg-springgreen2 { background-color: rgb(0,238,118); }
.bg-springgreen3 { background-color: rgb(0,205,102); }
.bg-springgreen4 { background-color: rgb(0,139,69); }
.bg-steelblue { background-color: rgb(70,130,180); }
.bg-steelblue1 { background-color: rgb(99,184,255); }
.bg-steelblue2 { background-color: rgb(92,172,238); }
.bg-steelblue3 { background-color: rgb(79,148,205); }
.bg-steelblue4 { background-color: rgb(54,100,139); }
.bg-tan { background-color: rgb(210,180,140); }
.bg-tan1 { background-color: rgb(255,165,79); }
.bg-tan2 { background-color: rgb(238,154,73); }
.bg-tan3 { background-color: rgb(205,133,63); }
.bg-tan4 { background-color: rgb(139,90,43); }
.bg-thistle { background-color: rgb(216,191,216); }
.bg-thistle1 { background-color: rgb(255,225,255); }
.bg-thistle2 { background-color: rgb(238,210,238); }
.bg-thistle3 { background-color: rgb(205,181,205); }
.bg-thistle4 { background-color: rgb(139,123,139); }
.bg-tomato { background-color: rgb(255,99,71); }
.bg-tomato1 { background-color: rgb(255,99,71); }
.bg-tomato2 { background-color: rgb(238,92,66); }
.bg-tomato3 { background-color: rgb(205,79,57); }
.bg-tomato4 { background-color: rgb(139,54,38); }
.bg-turquoise { background-color: rgb(64,224,208); }
.bg-turquoise1 { background-color: rgb(0,245,255); }
.bg-turquoise2 { background-color: rgb(0,229,238); }
.bg-turquoise3 { background-color: rgb(0,197,205); }
.bg-turquoise4 { background-color: rgb(0,134,139); }
.bg-violet { background-color: rgb(238,130,238); }
.bg-violetred { background-color: rgb(208,32,144); }
.bg-violetred1 { background-color: rgb(255,62,150); }
.bg-violetred2 { background-color: rgb(238,58,140); }
.bg-violetred3 { background-color: rgb(205,50,120); }
.bg-violetred4 { background-color: rgb(139,34,82); }
.bg-wheat { background-color: rgb(245,222,179); }
.bg-wheat1 { background-color: rgb(255,231,186); }
.bg-wheat2 { background-color: rgb(238,216,174); }
.bg-wheat3 { background-color: rgb(205,186,150); }
.bg-wheat4 { background-color: rgb(139,126,102); }
.bg-whitesmoke { background-color: rgb(245,245,245); }
.bg-yellow { background-color: rgb(255,255,0); }
.bg-yellow1 { background-color: rgb(255,255,0); }
.bg-yellow2 { background-color: rgb(238,238,0); }
.bg-yellow3 { background-color: rgb(205,205,0); }
.bg-yellow4 { background-color: rgb(139,139,0); }
.bg-yellowgreen { background-color: rgb(154,205,50); }
