span.luaKeyword {
	color: #007FFF;
	font-family: monospace;
	white-space: pre;
	font-weight: bold;
}

span.luaComment {
	color: #007F00;
	font-family: monospace;
	white-space: pre;
	font-style: italic;
}

span.luaString {
	color: #B73073;
	font-family: monospace;
	white-space: pre;
}

span.luaChar {
	color: #008BA2;
	font-family: monospace;
	white-space: pre;
}

span.luaSymbol {
	color: #BB7900;
	font-family: monospace;
	white-space: pre;
}

span.luaNumber {
	color: #FF7F00;
	font-family: monospace;
	white-space: pre;
}