/* HTTP */

code.http.status-line, code.http.request-line
{
	color: #990;
}

code.http.status-code
{
	color: #909;
}

code.http.status-phrase
{
	color: #aaa;
	font-style: italic;
}

code.http.request-uri
{
	color: #009;
}

code.http.header
{
	color: #666;
}

code.http.header-name
{
	color: #099;
}

code.http.header-value
{
	color: #900;
}

code.http.unrecognized
{
	background: #fcc;
}

/* SGML */

code.sgml.proc-instruction
{
	color: #909;
}

code.sgml.declaration
{
	color: #990;
}

code.sgml.start-tag, code.sgml.end-tag
{
	color: #666;
}

code.sgml.tag-name
{
	color: #090;
}

code.sgml.attribute-name, code.sgml.attribute-value.minimized
{
	color: #099;
}

code.sgml.attribute-name.special
{
	color: #990;
}

code.sgml.attribute-value
{
	color: #900;
}

code.sgml.char-ref
{
	color: #00c;
}

code.sgml.cdata.marked-section-contents,
code.sgml.pcdata.marked-section-contents,
code.sgml.include.marked-section-contents,
code.sgml.rcdata.marked-section-contents,
code.sgml.cdata
{
	color: #000;
}

code.sgml.comment-declaration, code.sgml.comment,
code.sgml.ignore.marked-section-contents
{
	color: #aaa;
	font-style: italic;
}

code.sgml.unrecognized
{
	background: #fcc;
}

/* CSS */

code.css.at-rule
{
	color: #990;
}

code.css.string, code.css.property-value
{
	color: #900;
}

code.css.escaped-character
{
	color: #00c;
	font-weight: bold;
}

code.css.tag-name
{
	color: #090;
}

code.css.identifier
{
	color: #00c;
}

code.css.attribute-selector
{
	color: #aaa;
}

code.css.attribute-name
{
	color: #099;
}

code.css.attribute-value:first-line
{
	color: #900;
}

code.css.pseudo-selector
{
	color: #909;
}

code.css.comment, code.css.sgml-comment-delimiter
{
	color: #aaa;
	font-style: italic;
}

code.css.property-name
{
	color: #099;
}

code.css.url
{
	color: #009;
}

code.css.delimiter, code.css.symbol, code.css.combinator
{
	color: #666;
}

code.css.unit
{
	font-style: italic;
}

code.css.reference
{
	color: #990;
}

code.css.unrecognized
{
	background: #fcc;
}

/* PHP */

code.php.php-delimiter
{
	color: #990;
	font-weight: bold;
}

code.php.keyword
{
	color: #990;
}

code.php.string
{
	color: #900;
}

code.php.escaped-character
{
	color: #00c;
	font-weight: bold;
}

code.php.variable
{
	color: #099;
}

code.php.brackets
{
	color: #000;
	font-weight: normal;
}

code.php.delimiter, code.php.operator
{
	color: #666;
}

code.php.comment
{
	color: #aaa;
	font-style: italic;
}

code.php.number
{
	color: #000;
	font-weight: bolder;
}

code.php.function
{
	color: #066;
}

code.php.unrecognized
{
	background: #fcc;
}
