.syntax { font-family: sans-serif; }
.syntax_alpha_columnattrib { color: #0000FF; }
.syntax_alpha_columntype { color: #FF9900; }
.syntax_alpha_functionname { color: #FF0000; }
.syntax_alpha_identifier { color: #000000; }
.syntax_alpha_reservedword { font-weight: bold; text-transform: uppercase; color: #990099;}
.syntax_alpha_variable { color: #800000; }
.syntax_digit_float { color: #00FFFF; }
.syntax_digit_hex, .syntax_digit_integer { color: #008080; }
.syntax_indent0 { margin-left: 0em; }
.syntax_indent1 { margin-left: 1em; }
.syntax_indent2 { margin-left: 2em; }
.syntax_indent3 { margin-left: 3em; }
.syntax_indent4 { margin-left: 4em; }
.syntax_indent5 { margin-left: 5em; }
.syntax_indent6 { margin-left: 6em; }
.syntax_indent7 { margin-left: 7em; }
.syntax_punct { color: #FF00FF; }
.syntax_quote { color: #008000; }

.syntax_sql_select { font-weight: bold; text-transform: uppercase; color: #0000ff;}
.syntax_sql_select_ext { font-weight: bold; text-transform: uppercase; color: #0080ff;}
.syntax_sql_update { font-weight: bold; text-transform: uppercase; color: green;}
.syntax_sql_insert { font-weight: bold; text-transform: uppercase; color: #ff8000;}
.syntax_sql_delete { font-weight: bold; text-transform: uppercase; color: red;}

.syntax_sql_reserved { font-weight: bold; text-transform: uppercase; color: purple;}
.syntax_sql_logicop { font-weight: bold; text-transform: uppercase; color: #400080;}
.syntax_sql_function { font-weight: bold; text-transform: uppercase; color: maroon;}
.syntax_sql_table { font-weight: bold; text-transform: lowercase; color: black;}
.syntax_sql_table_temp { font-weight: bold; text-transform: lowercase; color: #606060;}
.syntax_sql_table_priv { font-weight: bold; text-transform: lowercase; color: black; font-style: italic;}
.syntax_sql_punct { font-weight: bold; color: Olive;}
.syntax_sql_string { font-weight: bold; color: Navy;}
.syntax_sql_number { font-weight: bold; color: Teal;}

.syntax_html_entity { font-weight: bold; font-style: italic; }
.syntax_html_string { color: Navy;}
.syntax_html_tag { font-weight: bold; color: #888800; }

a.syntax_http_a{
	color: black;
}

a.syntax_http_a:hover{
	color: black;
	background-color: white;
}