﻿.javascript .comment, .ruby .comment {
	color : green;
}

.javascript .string, .ruby .string {
	color : teal;
}

.javascript .keywords, .ruby .keywords {
	color : navy;
}

.javascript .global {
	color : blue;
}

.javascript .brackets, .ruby .brackets {
	color : navy;
}

.css .comment {
	color : gray;
}

.css .properties {
	color : navy;
}

.css .selectors {
	color : maroon;
	font-weight : bold;
}

.css .units {
	color :red;
}

.css .urls {
	color :green;
}

.html .tag {
	/*color : purple;*/
	color: #800000;
}

.html .comment {
	/*color : gray;*/
	color: #008000;
	font-style: italic;
}

.html .string {
	/*color : navy;*/
	color: #0000FF;
}

.html .doctype {
	/*color : teal;*/
	color: #800080;
}

.html .attribute {
	color: #FF0000;
}