.gameArea
{
	text-align: center;
	background-color: black;
	color: white;
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
}
.gameArea b /* pixel container HTML selector */
{
	font-weight: normal;
}

/* Short, meaningless class names used for performance reasons */

.gameArea .b /* burger */
{
	color : Brown;
	font-weight: bolder;
}
.gameArea .c /* chef */
{
	color : White;
	font-weight: bolder;
}
.gameArea .d /* lettuce */
{
	color : #00FF00;
	font-weight: bolder;
}
.gameArea .e /* empty */
{
	color : Black;
	font-weight: Bolder;
}
.gameArea .g /* goal */
{
	color : Gray;
}
.gameArea .h /* bun */
{
	color : Orange;
	font-weight: bolder;
	text-decoration: underline;
}
.gameArea .i /* bun */
{
	color : Orange;
	font-weight: bolder;
	text-decoration: overline;
}
.gameArea .j /* bun */
{
	color : Orange;
	font-weight: bolder;
	text-decoration: underline overline;
}
.gameArea .l /* ladder */
{
	color : Gray;
	text-decoration: line-through;
}
.gameArea .m /* landing */
{
	color : Black;
	border-bottom: 1px solid Aqua;
}
.gameArea .n /* landingLadder */
{
	color : Gray;
	text-decoration: line-through;
	border-bottom: 1px solid Aqua;
}
.gameArea .p /* platform */
{
	color : Black;
	border-bottom: 1px solid Blue;
}
.gameArea .q /* platformLadder */
{
	color : Gray;
	text-decoration: line-through;
	border-bottom: 1px solid Blue;
}
.gameArea .r /* pepper text*/
{
	color : #00FF00;
}
.gameArea .t /* score text */
{
	color : Red;
}
.gameArea .u /* hotdog */
{
	color : Red;
	font-weight: bolder;
}
.gameArea .v /* hotdog feet */
{
	color : #00FF00;
	font-weight: bolder;
}
.gameArea .w /* egg */
{
	color : White;
	font-weight: bolder;
}
.gameArea .x /* egg top */
{
	color : White;
	font-weight: bolder;
	text-decoration: overline;
}
.gameArea .y /* egg base */
{
	color : Yellow;
	font-weight: bolder;
	text-decoration: underline;
}