/* print version */

body {
        color: #000;
        background: #fff url(assets/llb_watermark.gif) repeat;
        font-family: "Times New Roman", Times, serif;
        margin-left: 70px;
        margin-right: 70px;
        }
        
div, p, td, li {
        color: #000;
        font: 11pt "Times New Roman", Times, serif;
        }
        
h1, h2, h3, h4, h5 {
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        }
        
h1 {
        font-size: 20pt;
        margin-bottom: 10pt;
        }
        
h2 {
        font-size: 18pt;
        margin-bottom: 8pt;
        }
h3 {
        font-size: 16pt;
        margin-bottom: 6pt;
}
h4 {
        font-size: 14pt;
        margin-bottom: 6pt;
}
h5 {
        font-size: 14pt;
        font-style: italic;
        margin-bottom: 6pt;
}

.right {
        text-align: right;
        }
        
.center {
        text-align: center;
        }
        
#header {
        display: none;
        }
        

#footer {
        display: none;
        }

        
