
	.py-keyword1,
	.py-keyword2,
	.py-keyword3,
	.sql-keyword1,
	.sql-keyword2,
	.sql-keyword3,
	.js-keywords1,
	.java-keywords1,
	.cpp-keywords1,
	.css-property,
	.html-tag,
	.php-keyword1 {color: #00c;font-weight:bold;}
	
	.html-tagin,
	.php-keyword2,
	.css-value,
	.html-entity
	{color: #00c;}
	
	.css-def,
	.css-id,
	.css-class,
	.php-var
	{color: #800;}
	
	.py-number,
	.sql-num,
	.js-num,
	.java-num,
	.cpp-num,
	.css-color,
	.php-num
	{color: #080;}
	
	.py-quote,
	.py-docstring,
	.sql-option,
	.sql-value,
	.js-quote,
	.java-quote,
	.cpp-quote,
	.html-quote,
	.php-quote,
	.php-vquote
	{color: #080;}
	
	.py-comment,
	.sql-comment,
	.js-comment,
	.java-comment,
	.cpp-comment,
	.css-comment,
	.html-comment,
	.php-comment
	{color: #888; background-color: #eee;}

	/*
		.js-out
		.cpp-preproc
		.java-preproc
	*/