/* standard elements */
body
    {
    background: #FAEBD7;
    }	
h1
    { 
    font-family: Arial, Helvetica, sans-serif;
/*    font-size: 18px; */
    font-size: 36px;
    font-weight: bold;
    }
h2 
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
/*    font-size: 13px; */
    font-weight: bold;
    }
h3
    { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
/*    font-size: 12px; */
    font-weight: bold;
    }        
h4
    { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
/*    font-size: 11px; */
    font-weight: bold;
    }
