/* this is the css for printing AND screen */

div.chapter_heading_2 
    { 
    color: green;
    background-color: transparent;
    text-align: center;
    font-size: x-large; 
    font-weight: bold; 
    }

div.chapter_heading_3 
    { 
    color: black;
    background-color: transparent;
    text-align: center;
    font-size: large; 
    font-weight: bold; 
    }

div.chapter_heading_4 
    { 
    color: black;
    background-color: transparent;
    text-align: left;
    font-size: medium; 
    font-weight: bold; 
    }


