
	body	{
					padding:	0px;
					margin:		0px;
					}

	div	{
				margin-left:1em;
				margin-right:1em;
				}

	#Palette	{
					position: relative;
					top:	0%;
					left:	10%;
					height:	100%;
					width: 	90%;
					padding:	0px;
					}

	#Title	{
					position: relative;
					top:	0%;
					left:	0%;
					padding:	2em;
					height: 70px;
					width:	100%;
					}

	#ActList	{
					position: relative;
					top:	2em;
					left:	10%;
					width:	80%;
					}

	#Topic	{
					position: relative;
					left:5%;
					width:90%;
					margin-bottom:1em;
					}

	#TextBox	{
					position: relative;
					width: 40em;
					padding:3px;
					}

	#Para	{
					text-indent: 1em;
					}

	.MainColor	{ background-color:#996633}
	.SubColor	{ background-color:#669933; }
	.BalanceColor	{ background-color:#ffcc99; }
	.AccentColor	{background-color: #ff9933;}
	.TextBox	{ background-color: #ffffff; }


	.Main	{ color:#996633; }
	.Sub	{ color:#669933; }
	.Balance	{ color:#ffcc99; }
	.Accent	{color: #ff9933;}

