.sntx_php_comment,.sntx_sql_comment,.sntx_bash_comment
{
	color:#0000FF;
}
.sntx_php_default
{
	color:#2E8B57;
}
.sntx_php_html
{
	color:#000000;
}
.sntx_php_keyword
{
	color:#A52A2A;
	font-weight:bold;
}
.sntx_php_string,.sntx_sql_string,.sntx_bash_string
{
	color:#FF00FF;
}
.sntx_sql_table
{
	color:#A52A2A;
}
.sntx_bash_var
{
	color:#A52A2A;
}
.sntx_bash_param
{
	color:#A52A2A;
	font-weight:bold;
}
