body {
    font-size:12pt; 
    font-family: Georgia;
    color: black; }

/* Hide sections */

.widesidebar{ 
    display:none;
}

#menu{ 
    display:none;
}

#byline{ 
    display:none;
}

#banner{ 
    display:none;
}

/* Remove Background Images */
body, div#header, div#container, div#banner { background-image: none; }

/* other things */

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
                         page-break-inside:avoid }

blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
               margin-left: auto; 
               margin-right: auto; }
img.alignright { padding: 4px; 
                 margin: 0 0 2px 7px; 
                 display: inline; 
                 float: right}
img.alignleft { padding: 4px; 
                margin: 0 7px 2px 0; 
                display: inline;
                float: left;
}
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
      page-break-after:avoid; }
