#chatter
{
    margin: 15px;
}

#debugOutput
{
	font-family: "Lucida Console", Monaco, monospace;
}

#debugOutput span.string
{
	color: green;
}

#debugOutput span.number
{
	color: darkorange;
}

#debugOutput span.boolean
{
	color: blue;
}

#debugOutput span.null
{
	color: magenta;
}

#debugOutput span.key
{
	color: red;
}

