/* These color settings are mostly used to imitate strings of colored text from batmud */
span.cyan
	{
	color: #008080;
	background: #000 none;
	}

span.blue
	{
	color: #000080;
	background: #000 none;
	}

span.green
	{
	color: #009500;
	background: #000 none;
	}

span.lightblack
	{
	color: #808080;
	background: #000 none;
	}

span.lightcyan
	{
	color: #0FF;
	background: #000 none;
	}

span.lightgreen 
	{
	color: #0F0;
	background: #000 none;
	}

span.lightmagenta
	{
	color: #F0F;
	background: #000 none;
	}

span.lightred
	{
	color: #F00;
	background: #000 none;
	}

span.lightwhite
	{
	color: #FFF;
	background: #000 none;
	}

span.lightyellow
	{
	color: #FF0;
	background: #000 none;
	}

span.magenta
	{
	color: #800080;
	background: #000 none;
	}

span.red
	{
	color: #800000;
	background: #000 none;
	}

span.yellow
	{
	color: #808000;
	background: #000 none;
	}