/* colorthemes.css
 * ellars.com style sheet
 * site division color themes
 * copyright 2003 by MSE
 */


/* foreground colors */

.cmisc	{
	color: #fa0;
}

.cpers	{
	color: #36c;
}

.cport	{
	color: #900;
}

.carch	{
	color: #696;
}


/* background colors */

.bmisc	{
	background: #fa0;
}

.bpers	{
	background: #36c;
}

.bport	{
	background: #900;
}

.barch	{
	background: #696;
}


/* tagline variations */

#tagline a.cmisc	{
	color: #fa0;
}

#tagline a.cpers	{
	color: #36c;
}

#tagline a.cport	{
	color: #900;
}

#tagline a.carch	{
	color: #696;
}


/*
 * end of colorthemes.css
 */
