body {
   background: white;
   font-size: 10pt;
   font-family:arial;
   }
  
#menu {
   display: none;
   }
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
}
h1, h2, h3, h4, h5, h6 { 
	page-break-after:avoid; 
    page-break-inside:avoid 
}
img { 
	border: none;
	page-break-inside:avoid; 
    page-break-after:avoid; 
}
ul, ol, dl, p  { 
	page-break-before:avoid; 
}   
a:link, a:visited {
   color: #336699;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}


