

/*
	Minimaxing by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

    #header, #footer, #menu, #breadcrumb {  
        display: none;  
    }  

@page {  
    margin-left: 1.5cm;  
    margin-right: 1.5cm;  
    margin-top: 2cm;  
    margin-bottom: 2cm;  
}  


h1, h2, h3, h4, h5, h6 {page-break-after: avoid;} 

    h1 {page-break-before: always;}
	  
a[href^="http://"]:after, a[href^="ftp://"]:after {
  content: " (" attr(href) ")";
  color: black;
  font-size: small;
}

    a:link, a:visited, a:hover, a:active {text-decoration: underline; color: black;}  
    a:after {text-decoration: none;}  


    body {color: black; background: white;}  

DIV.adbanner {display: none;}
img {display: none;}