1/*
2 * CodePress color styles for Java syntax highlighting
3 */
4
5b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
6i, i b, i s {color:#3F7F5F;font-weight:bold;} /* comments */
7s, s b {color:#2A00FF;font-weight:normal;} /* strings */
8