@charset 'utf-8';

/*   Font colors
*/
.fc-white    {
	color:		white;
}
.fc-black    {
	color:		black;
}
.fc-brown1   {
        color:		#AB7163;
        text-shadow:	1px 1px #9E9999;
}
.fc-brown2   {
        color:		#69524C;
        text-shadow:	1px 1px #9E9999;
}
.fc-maroon   {
	color:		maroon;
        text-shadow:	1px 1px #9E9999;
}
.fc-yellow   {
	color:		yellow;
        text-shadow:	1px 1px #9E9999;
}

/*  Note this for the <a> tag
*/
a.fc-white   {
     color:		white;
     text-decoration:	none;
}
