h1, h2, h3, h4, h5, h6 { page-break-inside: avoid; page-break-after: avoid; }
h1 > h2, h2 > h3, h3 > h4, h4 > h5, h5 > h6 { page-break-before: avoid; }
h2 { border-color: black; padding-left: 0; padding-right: 0; background-color: white; }
a, a:visited { color: black; text-decoration: underline;}
ul { margin-left: 1.5em; }
li, #profiles li { display: list-item; list-style-type: disc; padding-left: 0; background-image: none; }

#header, #footer { display: none; }
#main { width: 100%; margin: 0; background-image: none; }
#right-box { display: none; }

