/* palette.css */

.white 						{ background-color: white; } 			
.white--font 	 			{  			 color: white; }
.black 						{ background-color: black; } 			
.black--font 	 			{  			 color: black; }

.gray-univ					{ background-color: rgb(117,117,177); } 
.gray-univ--font 			{ 			 color: rgb(117,117,117); }
.gray-dk 					{ background-color: rgb(96,94,91); }	.gray-dkr 		 { background-color: rgb(84,82,78); }	 .gray-dkst, .off-black, .shadow-blk 				    { background-color: rgb(40,40,40) }
.gray-dk--font 			    { 			 color: rgb(96,94,91); }	.gray-dkr--font  { 			  color: rgb(84,82,78); }	 .gray-dkst--font, .off-black--font, .shadow-blk--font  { 			color: rgb(40,40,40) }

.khaki 			  			{ background-color: rgb(221,217,206); } .khaki-dk 	  	 { background-color: rgb(200,196,185); } .khaki-lt    										    { background-color: rgb(229,225,216); } .khaki-ltr 	 { background-color: rgb(249,246,248); } 

.blue, .blue-univ 			{ background-color: rgb(90,115,175); }  .blue-dk  	  	 { background-color: rgb(65,85,130); }   .blue-lt     										    { background-color: rgb(175,190,230); } 

.magenta, .magenta-univ 	{ background-color: rgb(160,90,165); }  .magenta-dk   	 { background-color: rgb(125,70,130); }  .magenta-lt  	 									    { background-color: rgb(200,145,205); } .magenta-ltr { background-color: rgb(230,195,230); } 
.magenta--font, 
.magenta-univ--font			{            color: rgb(160,90,165); }  .magenta-dk--font{            color: rgb(125,70,130); }

.goldenrod, .goldenrod-univ { background-color: rgb(203,149,40); }  .goldenrod-dk    { background-color: rgb(165,120,35); }  .goldenrod-lt  										{ background-color: rgb(255,215,130); }
.green, .green-univ 		{ background-color: rgb(50,135,0); }  	.green-dk   	 { background-color: rgb(50,100,15); }  	.green-lt  											{ background-color: rgb(125,205,80);  } .green-ltr   { background-color: rgb(195,230,170); }







