.code_blue {
    color: #000099;
        font-weight: normal; font-style: normal; text-decoration: none;
}
.code_orange {
    color: #ff9900;
        font-weight: normal; font-style: normal; text-decoration: none;
}
.code_black {
    color: #000000;
        font-weight: normal; font-style: normal; text-decoration: none;
}
.code_green {
    color: #006600;
        font-weight: normal; font-style: normal; text-decoration: none;
}
.code_red {
    color: #990000;
        font-weight: normal; font-style: normal; text-decoration: none;
}
.code_bold {
        font-weight: bold;
}
.code_italic {
        font-style: italic;
}
.code_underline {
        text-decoration: underline;
}
.bn .code_blue,
.bn .code_orange,
.bn .code_black,
.bn .code_green,
.bn .code_red,
.bn .code_bold,
.bn .code_italic,
.bn .code_underline {
    color: #000000;
        font-weight: normal;
 font-style: normal; text-decoration: none;
}
#content .h_zoom {
        border: 2px solid #fff; background: #fff; color: green;
}
.h_zoom {
        border: 2px solid #dfd; background: #dfd; color: green;
}
.bn .h_color {
        border: 2px solid #fff; background: #fff; color: green;
}
.h_color {
        border: 2px solid #dfd; background: #dfd; color: green;
}
.h_select {
        display: inline; border: 2px solid #fff; background: #fff; color: green;
}
.h_select:active {
        border: 2px solid #dfd; background: #dfd; color: green;
}
