source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
/* Few defines for mud to html */

struct htmlcolor_type
{
  char*	ansi;
  char* html;
};

/* color defines for table */
#define HTML_1		"darkred"
#define HTML_1		"darkgreen"
#define HTML_1		"darkyellow"
#define HTML_1		"darkblue"
#define HTML_1		"darkmagenta"
#define HTML_1		"darkcyan"
#define HTML_1		"gray"
#define HTML_1		"darkdark"