BODY, P, TD 
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt 
}

H1,H2,H3,H4,H5 
{ 
    color: #008000; /*green*/
    font-weight: bold; 
}

H1 { font-size: 15pt; }
H2 { font-size: 13pt; }
H3 { font-size: 12pt; }
H4 { font-size: 10pt; }


PRE 
{ 
    background-color: #F0F0F0; 
    font-family: "Courier New", Courier, mono, sans-serif;
    white-space: pre;
    
    /*border*/ 
    border-style: double; /*ie*/
    border-width: medium; /*netscape*/
    border-color: #008000; /*green*/
        
    /*padding*/
    padding-left:10;
    padding-top: 7;
    padding-bottom: 7;
    padding-right: 10;
}


CODE 
{ 
    color: #0000FF;  /*blue*/
    font-family: "Courier New", Courier, mono, Sans-Serif; 
}

DIV.footer
{
    border-top-style: groove;    /*ie*/
    border-top-width: medium;    /*netscape*/
}

