.darkest
{
	background-color: #bd4bff;
}

.dark
{
	background-color: #d387ff;
}

.light
{
	background-color: #e1aeff; 
	
}

.lightest
{
	background-color: #ebc8ff;
}

.topleftlight
{
	background-image: url(/images/purple/corner-2-top-left.png);
}

.toprightlight
{
	background-image: url(/images/purple/corner-2-top-right.png);
}

.bottomleftlight
{
	background-image: url(/images/purple/corner-2-bottom-left.png);
}

.bottomrightlight
{
	background-image: url(/images/purple/corner-2-bottom-right.png);
}

.topleftdark
{
	background-image: url(/images/purple/corner-top-left.png);
}

.toprightdark
{
	background-image: url(/images/purple/corner-top-right.png);
}

.bottomleftdark
{
	background-image: url(/images/purple/corner-bottom-left.png);
}

.bottomrightdark
{
	background-image: url(/images/purple/corner-bottom-right.png);
}

