body {
        background: white;
        }
            
#nav {
	display: none;
}            
               
#footer {
	line-height: 14px;
	font-size: 11px;
	color: #000;
	margin: 10%;
}

#print, #footer, #cv, #main, #text {
        width: auto; 
        margin: 10%;
        padding: 0; 
        border: 0;
        float: none !important;
        color: black; 
        background: transparent;
}

#print p, #print h1, #print h2, #print h3, #print a, #footer, #cv, #main, #text {
	font-family: Arial, sans-serif;	
}

#print p {
	font-size: 11pt;
	color: #000;
	text-align: justify;
	line-height: 14pt;
}

#print h1{
	font-size: 14pt;
	color: #333;	
}

#print h2{
	font-size: 14pt;
	font-weight: bold;
	color: #939393;
}

#print H3 {
	font-size: 11pt;
	color: #939393;
	font-weight: bold;
}

#print H4 {
	font-size: 12pt;
	color: #939393;
	font-weight: bold;
	margin-left: 8em;
}

