
.php .de1, .php .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}

/* Контейнер для кода */
.php  { border: solid 1px green; overflow:hidden;}
.php .head {}
.php .foot {}
.php .imp {font-weight: bold; color: red;}
.php .ln-xtra {color: #cc0; background-color: #ffc;}
.php li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.php li.li2 {font-weight: bold;}

.php .kw1 {color: #b1b100;}
.php .kw2 {color: #0904ff; font-weight: bold;}

/* standart php functions */
.php .kw3 {color: #f20000;}

/* comment */
.php .co1 {color: #1c7315; font-style: italic;}
.php .co2 {color: #808080; font-style: italic;}
.php .coMULTI {color: #808080; font-style: italic;}
.php .es0 {color: #000099; font-weight: bold;}

/* скобки круглые */
.php .br0 {color: #860000;}

/* quoted strings */
.php .st0 {color: #ff00ef;}
.php .nu0 {color: #cc66cc;}
.php .me1 {color: #006600;}
.php .me2 {color: #006600;}
.php .sc0 {}
.php .sc1 {}
.php .sc2 {}
.php .sc3 {}
.php .re0 {color: #047b81;}
.php .re1 {color: #ff0000}

.php .func {color: #cc66cc;}
.php .func_decl {color: #cc66cc;}
.php .func_decl_hover { color: #0000cc; text-decoration: underline;}
