1/*
2 * CodePress color styles for HTML syntax highlighting
3 */
4
5b {color:#000080;} /* tags */
6ins, ins b, ins s, ins em {color:gray;} /* comments */
7s, s b {color:#7777e4;} /* attribute values */
8a {color:green;} /* links */
9u {color:#E67300;} /* forms */
10big {color:#db0000;} /* images */
11em, em b {color:#800080;} /* style */
12strong {color:#800000;} /* script */
13tt i {color:darkblue;font-weight:bold;} /* script reserved words */
14