#page div.text_block div.middle div div.raw_text div.title {
    font-size: 2.4em;
}

#page div.text_block div.middle div div.raw_text div.cz_chapter {
    font-size: 1.8em;
    color: #828282;
    margin-top: 10px;
    margin-bottom: 3px;
}

#page div.text_block div.middle div div.raw_text div.cz_line {    
    background: url(../images/v_line.gif) repeat-x scroll 0 0;
    width: 770px;
    height: 1px;
    margin-bottom: 10px;
}

#page div.text_block div.middle div div.raw_text div.cz_text {
    font-size: 1.2em;
}

#page div.text_block div.middle div div.raw_text ul.cz {
    font-size: 1.2em;
    color: #828282;
    margin-top: 15px;
}

#page div.text_block div.middle div div.raw_text div.code {
    font-size: 1.2em;
    color: #828282;
    background-color: #e9eaeb;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 25px;
}

